[GRASS-SVN] r51188 - grass/branches/releasebranch_6_4/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 30 06:03:49 EDT 2012


Author: neteler
Date: 2012-03-30 03:03:49 -0700 (Fri, 30 Mar 2012)
New Revision: 51188

Modified:
   grass/branches/releasebranch_6_4/lib/python/pythonlib.dox
Log:
backport python docs updates

Modified: grass/branches/releasebranch_6_4/lib/python/pythonlib.dox
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/pythonlib.dox	2012-03-29 18:04:54 UTC (rev 51187)
+++ grass/branches/releasebranch_6_4/lib/python/pythonlib.dox	2012-03-30 10:03:49 UTC (rev 51188)
@@ -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