[GRASS-SVN] r51184 - grass/trunk/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 29 11:05:30 EDT 2012
Author: martinl
Date: 2012-03-29 08:05:30 -0700 (Thu, 29 Mar 2012)
New Revision: 51184
Modified:
grass/trunk/lib/python/pythonlib.dox
Log:
pythonlib: fix doxygen page (list of files)
Modified: grass/trunk/lib/python/pythonlib.dox
===================================================================
--- grass/trunk/lib/python/pythonlib.dox 2012-03-29 14:36:21 UTC (rev 51183)
+++ grass/trunk/lib/python/pythonlib.dox 2012-03-29 15:05:30 UTC (rev 51184)
@@ -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>
+The code in <a
+href="http://svn.osgeo.org/grass/grass/trunk/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 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