Browse Source

g.gui.animation: manual cosmetics, link wiki page

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58840 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
a333a44da9
1 changed files with 6 additions and 12 deletions
  1. 6 12
      gui/wxpython/animation/g.gui.animation.html

+ 6 - 12
gui/wxpython/animation/g.gui.animation.html

@@ -49,7 +49,7 @@ To display 3D view animation follow these steps:
 <h2>NOTE</h2>
 <h2>NOTE</h2>
 The Animation Tool follows the computational region settings,
 The Animation Tool follows the computational region settings,
 so please be sure your computational region is set to the geographic extent of maps you are animating.
 so please be sure your computational region is set to the geographic extent of maps you are animating.
-You can change the computational region (using <a href="g.region.html">g.region</a>)
+You can change the computational region (using <em><a href="g.region.html">g.region</a></em>)
 and then reload the maps to update the animation.
 and then reload the maps to update the animation.
 
 
 <h2>EXAMPLES</h2>
 <h2>EXAMPLES</h2>
@@ -63,7 +63,7 @@ g.gui.animation strds=precipitation_2000_2010
 </pre></div>
 </pre></div>
 
 
 The loading of a series of maps into the Animation Tool can be simplified
 The loading of a series of maps into the Animation Tool can be simplified
-with <em>g.mlist</em> (back ticks syntax works for Linux and Mac only):
+with <em><a href="g.mlist.html">g.mlist<a></em> (back ticks syntax works for Linux and Mac only):
 <div class="code"><pre>
 <div class="code"><pre>
 g.gui.animation rast=`g.mlist type=rast mapset=. separator=comma pattern="precip*"`
 g.gui.animation rast=`g.mlist type=rast mapset=. separator=comma pattern="precip*"`
 </pre></div>
 </pre></div>
@@ -93,18 +93,12 @@ Enable to set:
 
 
 <p>
 <p>
 <em>
 <em>
-  <a href="g.gui.html">g.gui</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.iclass.html">g.gui.iclass</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.vdigit.html">g.gui.vdigit</a>
-  <br>
-  <a href="g.mlist.html">g.mlist</a>,
+  <a href="g.gui.timeline.html">g.gui.timeline</a>,
+  <a href="g.mlist.html">g.mlist</a>
 </em>
 </em>
 
 
+<p>
+See also related <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Animation_Tool">wiki page</a>.
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>