Browse Source

say what it is

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37363 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 years ago
parent
commit
93f5d5486a
1 changed files with 7 additions and 3 deletions
  1. 7 3
      lib/python/grasspythonlib.dox

+ 7 - 3
lib/python/grasspythonlib.dox

@@ -1,16 +1,20 @@
 /*! \page pythonlib GRASS 7 Python scripting library
 
-by GRASS Development Team
+by GRASS Development Team (http://grass.osgeo.org)
 
-http://grass.osgeo.org
+\section intro Introduction
 
-See code in:
+The code in lib/python/ provides "grass.script" in order to support GRASS 
+scripts written in Python. The scripts/ directory of GRASS contains a
+series of examples actually provided to the end users.
 
+See code in:
 <ul>
 <li>core.py</li>
 <li>db.py</li>
 <li>raster.py</li>
 <li>vector.py</li>
+</ul>
 
 \section scripting GRASS scripting tasks for Python provided by "grass.script".