ソースを参照

update g.gui.* manual pages - note g.gui.psmap

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54226 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年 前
コミット
075677bda9

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

@@ -56,6 +56,7 @@ To display 3D view animation follow these steps:
   <a href="g.gui.html">g.gui</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>
 

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

@@ -6,7 +6,8 @@ List of <em><a href="wxGUI.html">wxGUI</a></em> components:
 <ul>
   <li><a href="wxGUI.Nviz.html">3D Viewer</a></li>
   <li><a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a></li>
-  <li><a href="wxGUI.PsMap.html">Cartographic Composer</a></li>
+  <li><a href="wxGUI.psmap.html">Cartographic Composer</a>
+    - <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>
   <li><a href="wxGUI.GCP_Manager.html">Ground Control Points Manager</a></li>

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

@@ -329,7 +329,7 @@ d.text text=Population\ density
 
   <dt><img src="icons/print-compose.png" alt="icon">&nbsp;
     <em>Cartographic Composer</em></dt>
-  <dd>Launches <em><a href="wxGUI.PsMap.html">Cartographic
+  <dd>Launches <em><a href="wxGUI.psmap.html">Cartographic
     Composer</a></em> to create interactively hardcopy map
     outputs.</dd>
   

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

@@ -44,6 +44,7 @@ The modeler currently allows to:
   <a href="g.gui.html">g.gui</a>,
   <a href="g.gui.animation.html">g.gui.animation</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>
 

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

@@ -41,6 +41,7 @@ Source: <a href="http://earthobservatory.nasa.gov/NaturalHazards/view.php?id=496
   <a href="g.gui.html">g.gui</a>,
   <a href="g.gui.animation.html">g.gui.animation</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>
 </em>
 

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

@@ -195,7 +195,16 @@ Currently supported <em><a href="ps.map.html">ps.map</a></em> instructions:
 <p>
 See also <a href="http://grass.osgeo.org/wiki/WxGUI_Cartographic_Composer">wiki</a> page.
 
-<h2>AUTHORS</h2>
+<p>
+<em>
+  <a href="g.gui.html">g.gui</a>,
+  <a href="g.gui.animation.html">g.gui.animation</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>
+</em>
+
+<h2>AUTHOR</h2>
 
 Anna Kratochvilova, Czech Technical Univesity in Prague, Czech
 Republic (bachelor's final project 2011, mentor: Martin Landa)

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

@@ -18,7 +18,8 @@ for <em>r.li</em> modules.
   <a href="g.gui.html">g.gui</a>,
   <a href="g.gui.animation.html">g.gui.animation</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.mapswipe.html">g.gui.mapswipe</a>,
+  <a href="g.gui.psmap.html">g.gui.psmap</a>
 </em>
 
 <h2>AUTHOR</h2>