瀏覽代碼

pythonlib: fix doxygen page (list of files)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51184 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年之前
父節點
當前提交
592a385920
共有 1 個文件被更改,包括 11 次插入8 次删除
  1. 11 8
      lib/python/pythonlib.dox

+ 11 - 8
lib/python/pythonlib.dox

@@ -4,19 +4,22 @@ by GRASS Development Team (http://grass.osgeo.org)
 
 \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>