瀏覽代碼

doc: nviz -> wxGUI.Nviz

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54094 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 年之前
父節點
當前提交
b19430eaad

+ 2 - 2
man/build_html.py

@@ -104,7 +104,7 @@ r"""<!-- the files grass7.html & helptext.html file live in lib/init/ -->
        </ul>
 
        <ul>
-        <li><a href="nviz.html">nviz</a> 3D visualization and animation tool</li>
+        <li><a href="wxGUI.Nviz.html">nviz</a> 3D visualization and animation tool</li>
         <li><a href="xganim.html">xganim</a> tool  for animating a raster map series</li>
        </ul></td>
     </tr>
@@ -200,7 +200,7 @@ r""" ]
 <tr><td>&nbsp;&nbsp;<a href="full_index.html#r3">r3.*</a> </td><td>raster3D commands</td></tr>
 <tr><td>&nbsp;&nbsp;<a href="full_index.html#t">t.*</a> </td><td>temporal commands</td></tr>
 <tr><td>&nbsp;&nbsp;<a href="full_index.html#v">v.*</a> </td><td>vector commands</td></tr>
-<tr><td>&nbsp;&nbsp;<a href="nviz.html">nviz</a> </td><td>visualization suite</td></tr>
+<tr><td>&nbsp;&nbsp;<a href="wxGUI.Nviz.html">nviz</a> </td><td>visualization suite</td></tr>
 <tr><td>&nbsp;&nbsp;<a href="wxGUI.html">wxGUI</a> </td><td>wxPython-based GUI frontend</td></tr>
 <tr><td>&nbsp;&nbsp;<a href="xganim.html">xganim</a> </td><td>raster map slideshow</td></tr>
 </table>

+ 2 - 2
man/build_rest.py

@@ -84,7 +84,7 @@ Display/Graphical User Interfaces
         wxGUI wxPython-based GUI frontend <wxGUI>
         Display commands manual <display>
         Display drivers <displaydrivers>
-        nviz 3D visualization and animation tool <nviz>
+        nviz 3D visualization and animation tool <wxGUI.Nviz>
         xganim tool for animating a raster map series <xganim>
 
 
@@ -214,7 +214,7 @@ r"""
 +-----------------------------+-------------------------------+
 |`v.* <full_index.html#v>`_   | `vector commands`             |
 +-----------------------------+-------------------------------+
-|`nviz <nviz.html>`_          | `visualization suite`         |
+|`nviz <wxGUI.Nviz.html>`_    | `visualization suite`         |
 +-----------------------------+-------------------------------+
 |`wxGUI <wxGUI.html>`_        | `wxPython-based GUI frontend` |
 +-----------------------------+-------------------------------+

+ 1 - 1
misc/m.nviz.script/m.nviz.script.html

@@ -134,7 +134,7 @@ and can then be edited there.
 
 <h2>SEE ALSO</h2>
 
-<em><a href="nviz.html">nviz</a></em>
+<em><a href="wxGUI.Nviz.html">nviz</a></em>
 
 <h2>AUTHOR</h2>
 

+ 1 - 1
scripts/d.shadedmap/d.shadedmap.html

@@ -22,7 +22,7 @@ d.shadedmap reliefmap=aspect drapemap=elevation
 <em>
 <a href="d.his.html">d.his</a>,
 <a href="g.pnmcomp.html">g.pnmcomp</a>,
-<a href="nviz.html">NVIZ</a>,
+<a href="wxGUI.Nviz.html">NVIZ</a>,
 <a href="r.slope.aspect.html">r.slope.aspect</a>,
 <a href="r.shaded.relief.html">r.shaded.relief</a>
 </em>

+ 1 - 1
vector/v.extrude/v.extrude.html

@@ -32,7 +32,7 @@ v.extrude input=lines output=lines3D elevation=dem height=0 type=line
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="nviz.html">nviz</a>
+<a href="wxGUI.Nviz.html">nviz</a>
 </em>
 
 <h2>AUTHOR</h2>