[GRASS-SVN] r39201 - grass/branches/releasebranch_6_4/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 14 10:00:39 EDT 2009
Author: martinl
Date: 2009-09-14 10:00:38 -0400 (Mon, 14 Sep 2009)
New Revision: 39201
Modified:
grass/branches/releasebranch_6_4/lib/python/grasspythonlib.dox
Log:
make links unique
(merge r39199 from trunk)
Modified: grass/branches/releasebranch_6_4/lib/python/grasspythonlib.dox
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/grasspythonlib.dox 2009-09-14 13:56:44 UTC (rev 39200)
+++ grass/branches/releasebranch_6_4/lib/python/grasspythonlib.dox 2009-09-14 14:00:38 UTC (rev 39201)
@@ -1,8 +1,8 @@
-/*! \page pythonlib GRASS Python scripting library
+/*! \page pythonlib GRASS Python Scripting Library
by GRASS Development Team (http://grass.osgeo.org)
-\section intro Introduction
+\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>
@@ -18,14 +18,14 @@
<h2>Table of content</h2>
- - \subpage scripting
- - \subpage modules
- - \subpage core
- - \subpage db
- - \subpage raster
- - \subpage vector
+- \subpage pythonScripting
+- \subpage pythonModules
+ - \subpage pythonCore
+ - \subpage pythonDb
+ - \subpage pythonRaster
+ - \subpage pythonVector
-\section scripting GRASS scripting tasks for Python provided by "grass.script"
+\section pythonScripting GRASS scripting tasks for Python provided by "grass.script"
Usage:
@@ -44,10 +44,10 @@
\code
#!/usr/bin/env python
-#%Module
+#%module
#% description: Checks if vector map is 3D
#% keywords: vector
-#%End
+#%end
#%option
#% key: map
#% type: string
@@ -76,9 +76,9 @@
sys.exit(main())
\endcode
-\section modules List of modules
+\section pythonModules List of modules
-\subsection core Core
+\subsection pythonCore Core
<b>GRASS-oriented interface to subprocess module</b>
@@ -189,7 +189,7 @@
- float_or_dms()
-\section db Database
+\section pythonDb Database
Interface for <tt>db.*</tt> modules.
@@ -201,7 +201,7 @@
- db_describe()
-\section raster Raster
+\section pythonRaster Raster
Interface for <tt>r.*</tt> modules.
@@ -215,7 +215,7 @@
- mapcalc()
-\section vector Vector
+\section pythonVector Vector
Interface for <tt>v.*</tt> modules.
@@ -235,5 +235,10 @@
- vector_layer_db()
+\section pythonAuthors Authors
+
+ Glynn Clements
+
+ Martin Landa <landa.martin gmail.com>
+
*/
-
More information about the grass-commit
mailing list