[GRASS-SVN] r51187 - grass/branches/develbranch_6/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 29 14:04:54 EDT 2012


Author: martinl
Date: 2012-03-29 11:04:54 -0700 (Thu, 29 Mar 2012)
New Revision: 51187

Modified:
   grass/branches/develbranch_6/lib/python/pythonlib.dox
Log:
pythonlib: fix doxygen page (list of files)


Modified: grass/branches/develbranch_6/lib/python/pythonlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/python/pythonlib.dox	2012-03-29 17:58:24 UTC (rev 51186)
+++ grass/branches/develbranch_6/lib/python/pythonlib.dox	2012-03-29 18:04:54 UTC (rev 51187)
@@ -4,19 +4,22 @@
 
 \section pythonIntro Introduction
 
-The code in <tt>lib/python/</tt> provides <b>grass.script</b> in order
-to support GRASS scripts written in Python. The <tt>scripts/</tt>
-directory of GRASS contains a series of examples actually provided to
-the end users.
+The code in <a
+href="http://svn.osgeo.org/grass/grass/branches/develbranch_6/lib/python/">lib/python/</a>
+provides <b>grass.script</b> in order to support GRASS scripts written
+in Python. The <a
+href="http://svn.osgeo.org/grass/grass/trunk/scripts">scripts/</a>
+directory of GRASS 7 contains a series of examples actually provided
+to the end users.
 
 See code in:
 
-- core.py
-- db.py
-- raster.py
-- vector.py
-- setup.py
-- array.py
+- python::core
+- python::db
+- python::raster
+- python::vector
+- python::setup
+- python::array
 
 <b>Table of content</b>
 



More information about the grass-commit mailing list