Prechádzať zdrojové kódy

update manual - add g.gui.vdigit

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54383 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 rokov pred
rodič
commit
a51e781d23

+ 2 - 1
gui/wxpython/animation/g.gui.animation.html

@@ -58,7 +58,8 @@ To display 3D view animation follow these steps:
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
-  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
+  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
+  <a href="g.gui.vdigit.html">g.gui.vdigit</a>
 </em>
 
 <h2>AUTHOR</h2>

+ 2 - 1
gui/wxpython/dbmgr/g.gui.dbmgr.html

@@ -64,7 +64,8 @@ module <em>g.gui.dbmgr</em>.
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
-  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
+  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
+  <a href="g.gui.vdigit.html">g.gui.vdigit</a>
 </em>
 
 <p>

+ 7 - 6
gui/wxpython/docs/wxGUI.Components.html

@@ -1,21 +1,22 @@
 <!-- meta page description: wxGUI Components -->
 <!-- meta page index: wxGUI -->
 
-List of <em><a href="wxGUI.html">wxGUI</a></em> components:
+List of available <em><a href="wxGUI.html">wxGUI</a></em> components:
 
 <ul>
   <li><a href="wxGUI.Nviz.html">3D Viewer</a></li>
   <li><a href="wxGUI.dbmgr.html">Attribute Table Manager</a>
-    - <em><a href="g.gui.dbmgr.html">g.gui.dbmgr</a></em></li>
+    available also as a command line tool <em><a href="g.gui.dbmgr.html">g.gui.dbmgr</a></em></li>
   <li><a href="wxGUI.psmap.html">Cartographic Composer</a>
-    - <em><a href="g.gui.psmap.html">g.gui.psmap</a></em></li>
+    available also as a command line tool <em><a href="g.gui.psmap.html">g.gui.psmap</a></em></li>
   <li><a href="wxGUI.gmodeler.html">Graphical Modeler</a>
-    - <em><a href="g.gui.gmodeler.html">g.gui.gmodeler</a></em></li>
+    available also as a command line tool <em><a href="g.gui.gmodeler.html">g.gui.gmodeler</a></em></li>
   <li><a href="wxGUI.GCP_Manager.html">Ground Control Points Manager</a></li>
   <li><a href="wxGUI.mapswipe.html">Map Swipe</a>
-    - <em><a href="g.gui.mapswipe.html">g.gui.mapswipe</a></em></li>
+    available also as a command line tool <em><a href="g.gui.mapswipe.html">g.gui.mapswipe</a></em></li>
   <li><a href="wxGUI.IClass.html">Supervised Classification Tool</a></li>
-  <li><a href="wxGUI.Vector_Digitizer.html">Vector Digitizer</a></li>
+  <li><a href="wxGUI.vdigit.html">Vector Digitizer</a>
+     available also as a command line tool <em><a href="g.gui.vdigit.html">g.gui.vdigit</a></em></li>
 </ul>
 
 <p>

+ 1 - 1
gui/wxpython/docs/wxGUI.html

@@ -263,7 +263,7 @@ d.text text=Population\ density
   
   <dt><img src="icons/edit.png" alt="icon">&nbsp;
     <em>Edit vector maps</em></dt>
-  <dd>Opens <em><a href="wxGUI.Vector_Digitizer.html">vector digitizer</a></em> to allow editing selected vector map.</dd>
+  <dd>Opens <em><a href="wxGUI.vdigit.html">vector digitizer</a></em> to allow editing selected vector map.</dd>
   
   <dt><img src="icons/table.png" alt="icon">&nbsp;
     <em>Show attribute table</em></dt>

+ 2 - 1
gui/wxpython/gmodeler/g.gui.gmodeler.html

@@ -46,7 +46,8 @@ The modeler currently allows to:
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
-  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
+  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
+  <a href="g.gui.vdigit.html">g.gui.vdigit</a>
 </em>
 
 <p>

+ 2 - 1
gui/wxpython/mapswipe/g.gui.mapswipe.html

@@ -47,7 +47,8 @@ Source: <a href="http://earthobservatory.nasa.gov/NaturalHazards/view.php?id=496
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
   <a href="g.gui.psmap.html">g.gui.psmap</a>,
-  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
+  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
+  <a href="g.gui.vdigit.html">g.gui.vdigit</a>
 </em>
 
 <p>

+ 2 - 1
gui/wxpython/psmap/g.gui.psmap.html

@@ -202,7 +202,8 @@ See also <a href="http://grass.osgeo.org/wiki/WxGUI_Cartographic_Composer">wiki<
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
-  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
+  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>,
+  <a href="g.gui.vdigit.html">g.gui.vdigit</a>
 </em>
 
 <h2>AUTHOR</h2>

+ 2 - 1
gui/wxpython/rlisetup/g.gui.rlisetup.html

@@ -20,7 +20,8 @@ for <em>r.li</em> modules.
   <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
   <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
   <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
-  <a href="g.gui.psmap.html">g.gui.psmap</a>
+  <a href="g.gui.psmap.html">g.gui.psmap</a>,
+  <a href="g.gui.vdigit.html">g.gui.vdigit</a>
 </em>
 
 <h2>AUTHOR</h2>

+ 11 - 0
gui/wxpython/vdigit/g.gui.vdigit.html

@@ -258,6 +258,17 @@ the <em><a href="v.build.html">v.build</a></em> module.
 </em>
 
 <p>
+<em>
+  <a href="g.gui.html">g.gui</a>,
+  <a href="g.gui.animation.html">g.gui.animation</a>,
+  <a href="g.gui.dbmgr.html">g.gui.dbmgr</a>,
+  <a href="g.gui.gmodeler.html">g.gui.gmodeler</a>,
+  <a href="g.gui.mapswipe.html">g.gui.mapswipe</a>,
+  <a href="g.gui.psmap.html">g.gui.psmap</a>,
+  <a href="g.gui.rlisetup.html">g.gui.rlisetup</a>
+</em>
+
+<p>
 See also
 the <a href="http://grass.osgeo.org/wiki/WxGUI_Vector_Digitizer">wiki
 page</a>