[GRASS-SVN] r37363 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 22 10:36:43 EDT 2009


Author: neteler
Date: 2009-05-22 10:36:42 -0400 (Fri, 22 May 2009)
New Revision: 37363

Modified:
   grass/trunk/lib/python/grasspythonlib.dox
Log:
say what it is

Modified: grass/trunk/lib/python/grasspythonlib.dox
===================================================================
--- grass/trunk/lib/python/grasspythonlib.dox	2009-05-22 12:31:18 UTC (rev 37362)
+++ grass/trunk/lib/python/grasspythonlib.dox	2009-05-22 14:36:42 UTC (rev 37363)
@@ -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
 
+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".
 



More information about the grass-commit mailing list