[GRASS-SVN] r37446 - grass/branches/releasebranch_6_4/lib

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 24 17:36:30 EDT 2009


Author: martinl
Date: 2009-05-24 17:36:30 -0400 (Sun, 24 May 2009)
New Revision: 37446

Modified:
   grass/branches/releasebranch_6_4/lib/grasslib.dox
Log:
toc
   (merge from devbr6, r37444)


Modified: grass/branches/releasebranch_6_4/lib/grasslib.dox
===================================================================
--- grass/branches/releasebranch_6_4/lib/grasslib.dox	2009-05-24 21:19:42 UTC (rev 37445)
+++ grass/branches/releasebranch_6_4/lib/grasslib.dox	2009-05-24 21:36:30 UTC (rev 37446)
@@ -35,18 +35,25 @@
 
 Main web site: <a href="http://grass.osgeo.org">http://grass.osgeo.org</a>
 
-<P>
-<I>Missing entries below are either not yet uploaded to SVN (need to be migrated
-from GRASS 5 Programmer's manual) or are simply undocumented.</I>
+<h2>Table of contents</h2>
 
+- \subpage corelibs
+- \subpage libs
+- \subpage interfaces
+- \subpage gui
+- \subpage location
+
+<p>
+<i>Missing entries below are either not yet uploaded to SVN (need to be migrated
+from GRASS 5 Programmer's manual) or are simply undocumented.</i>
+
 <!-- original:
   http://trac.osgeo.org/grass/browser/grass-web/trunk/images/grass6_arch.odp
 -->
 \image html "grass6_arch.png" "GRASS 6 Architecture"
 
+\section corelibs Principal library
 
-<h3>Principal library</h3>
-
 (the name refers to the directory name in lib/ in the source code)
 
 <ul>
@@ -58,7 +65,7 @@
  </ul>
 </ul>
 
-<h3>Further libraries</h3>
+\section libs Further libraries
 
 (the name refers to the directory name in lib/ in the source code)
 
@@ -82,7 +89,6 @@
 <li>gmath: 	\ref gmathlib (generic mathematical functions and BLAS/LAPACK library wrapper)
 <li>gpde:       \ref gpdelib (partial differential equations library)
 <li>gtcltk:	Tcl/Tk stuff - \ref gtcltk
-<li>gui/wxpython: <a href="/grass/grass6_progman/gui/wxpython/index.html">wxpython based graphical user interface</a> (GUI)
 <li>imagery:	\ref imagerylib 
 <li>init:	\ref init (GRASS initialization code + scripts)
 <li>linkm:	Linked list memory manager - \ref linkm (obsolete?)
@@ -109,14 +115,20 @@
 <!--<li>D:		display library - \ref d_displaylib-->
 <!--<li>front.end:	interface for interactive modules library - \ref frontend-->
 
-<h3>Interfaces</h3>
+\section interfaces Interfaces
 
 <ul>
-<li> GRASS <a href="/grass/grass6_progman/swig/index.html">SWIG interface</a>.
+<li> GRASS <a href="../../swig/index.html">SWIG interface</a>.
 </ul>
 
-<h3>File structure of GRASS Location</h3>
+\section gui GUI
 
+<ul>
+<li> <a href="../../gui/wxpython/html/index.html">wxGUI</a></li>
+</ul>
+
+\section location File structure of GRASS Location
+
 A GRASS <b>raster map</b> consists of several files in several subdirectories in a mapset,
 organized as follows:
 



More information about the grass-commit mailing list