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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 14 09:56:44 EDT 2009


Author: martinl
Date: 2009-09-14 09:56:44 -0400 (Mon, 14 Sep 2009)
New Revision: 39200

Modified:
   grass/branches/develbranch_6/lib/python/grasspythonlib.dox
Log:
make links unique
     (merge r39199 from trunk)


Modified: grass/branches/develbranch_6/lib/python/grasspythonlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/python/grasspythonlib.dox	2009-09-14 13:45:40 UTC (rev 39199)
+++ grass/branches/develbranch_6/lib/python/grasspythonlib.dox	2009-09-14 13:56:44 UTC (rev 39200)
@@ -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 @@
 
 <b>Table of content</b>
 
-- \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.
 
@@ -203,7 +203,7 @@
 
  - db_select()
 
-\section raster Raster
+\section pythonRaster Raster
 
 Interface for <tt>r.*</tt> modules.
 
@@ -217,7 +217,7 @@
 
  - mapcalc()
 
-\section vector Vector
+\section pythonVector Vector
 
 Interface for <tt>v.*</tt> modules.
 
@@ -237,5 +237,10 @@
 
  - vector_layer_db()
 
+\section pythonAuthors Authors
+
+ Glynn Clements
+
+ Martin Landa <landa.martin gmail.com>
+
 */
-



More information about the grass-commit mailing list