Browse Source

GRASS library functions usage

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37356 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 years ago
parent
commit
7e45fa1e92
1 changed files with 5 additions and 0 deletions
  1. 5 0
      swig/python/grasspython.dox

+ 5 - 0
swig/python/grasspython.dox

@@ -45,6 +45,11 @@ In detail:
 
 <h3>Usage</h3>
 
+Access to GRASS library functions (example: Vector functions):
+\code
+from grass.lib import vector as grassvect
+\endcode
+
 Scripts:
 \code 
 from grass.script import core[,db[,raster,[vector]]] as grass