git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35455 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -7,9 +7,39 @@ some GRASS library functions directly from the PYTHON programming language.
<h3>Status of GRASS SWIG/PYTHON implementation</h3>
-At the moment a prototype is implemented.
+At the moment a prototype is implemented. There is a
+"swig" module with 10 separate sub-modules named:
+
+<ul>
+<li> date
+<li> display
+<li> grass
+<li> imagery
+<li> math
+<li> proj
+<li> raster
+<li> stats
+<li> utils
+<li> vector
+</ul>
<P>
-See: gisdefs.i
+See:
+<li> common.i
+<li> date.i
+<li> display.i
+<li> grass.i
+<li> imagery.i
+<li> math.i
+<li> my_typemaps.i
+<li> proj.i
+<li> raster.i
+<li> stats.i
+<li> utils.i
+<li> vector.i
*/