[GRASS-SVN] r49106 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 5 07:41:07 EDT 2011
Author: neteler
Date: 2011-11-05 04:41:07 -0700 (Sat, 05 Nov 2011)
New Revision: 49106
Modified:
grass/branches/develbranch_6/lib/python/pythonlib.dox
Log:
link to the GRASS Wiki
Modified: grass/branches/develbranch_6/lib/python/pythonlib.dox
===================================================================
--- grass/branches/develbranch_6/lib/python/pythonlib.dox 2011-11-05 11:40:49 UTC (rev 49105)
+++ grass/branches/develbranch_6/lib/python/pythonlib.dox 2011-11-05 11:41:07 UTC (rev 49106)
@@ -31,7 +31,7 @@
\section pythonScripting GRASS scripting tasks for Python provided by "grass.script"
-Statement
+The statement
\code
import grass.script as grass
@@ -45,7 +45,8 @@
from grass.script import core as grass
\endcode
-Sample script
+Sample script (See the GRASS Wiki at
+<a href="http://grass.osgeo.org/wiki/GRASS_and_Python">http://grass.osgeo.org/wiki/GRASS_and_Python</a> for more examples)
\code
#!/usr/bin/env python
More information about the grass-commit
mailing list