[GRASS-SVN] r37444 - grass/branches/develbranch_6/lib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 24 17:18:25 EDT 2009
Author: martinl
Date: 2009-05-24 17:18:24 -0400 (Sun, 24 May 2009)
New Revision: 37444
Modified:
grass/branches/develbranch_6/lib/grasslib.dox
Log:
toc
Modified: grass/branches/develbranch_6/lib/grasslib.dox
===================================================================
--- grass/branches/develbranch_6/lib/grasslib.dox 2009-05-24 21:12:31 UTC (rev 37443)
+++ grass/branches/develbranch_6/lib/grasslib.dox 2009-05-24 21:18:24 UTC (rev 37444)
@@ -35,17 +35,27 @@
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"
+<p>
+<b>PLEASE UPDATE FOR GRASS 7</b>
-<h3>Principal library</h3>
+\section corelibs Principal library
(the name refers to the directory name in lib/ in the source code)
@@ -58,7 +68,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 +92,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 +118,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="../../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