[GRASS-SVN] r60294 - in grass/trunk/raster: r.stream.channel r.stream.distance r.stream.extract r.stream.order r.stream.segment r.stream.slope r.stream.snap r.stream.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 17 14:32:58 PDT 2014


Author: hellik
Date: 2014-05-17 14:32:58 -0700 (Sat, 17 May 2014)
New Revision: 60294

Modified:
   grass/trunk/raster/r.stream.channel/r.stream.channel.html
   grass/trunk/raster/r.stream.distance/r.stream.distance.html
   grass/trunk/raster/r.stream.extract/r.stream.extract.html
   grass/trunk/raster/r.stream.order/r.stream.order.html
   grass/trunk/raster/r.stream.segment/r.stream.segment.html
   grass/trunk/raster/r.stream.slope/r.stream.slope.html
   grass/trunk/raster/r.stream.snap/r.stream.snap.html
   grass/trunk/raster/r.stream.stats/r.stream.stats.html
Log:
r.stream.*: more cosmetics in manuals

Modified: grass/trunk/raster/r.stream.channel/r.stream.channel.html
===================================================================
--- grass/trunk/raster/r.stream.channel/r.stream.channel.html	2014-05-17 20:57:41 UTC (rev 60293)
+++ grass/trunk/raster/r.stream.channel/r.stream.channel.html	2014-05-17 21:32:58 UTC (rev 60294)
@@ -112,19 +112,15 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.watershed.html">r.watershed</a>,
-<a href="r.mapcalc.html">r.mapcalc</a>
-</em>
-
-<p>
-<em>
+<a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.stream.distance.html">r.stream.distance</a>,
 <a href="r.stream.extract.html">r.stream.extract</a>,
 <a href="r.stream.order.html">r.stream.order</a>,
 <a href="r.stream.segment.html">r.stream.segment</a>,
 <a href="r.stream.slope.html">r.stream.slope</a>,
 <a href="r.stream.snap.html">r.stream.snap</a>,
-<a href="r.stream.stats.html">r.stream.stats</a>
+<a href="r.stream.stats.html">r.stream.stats</a>,
+<a href="r.watershed.html">r.watershed</a>
 </em>
 
 <p>

Modified: grass/trunk/raster/r.stream.distance/r.stream.distance.html
===================================================================
--- grass/trunk/raster/r.stream.distance/r.stream.distance.html	2014-05-17 20:57:41 UTC (rev 60293)
+++ grass/trunk/raster/r.stream.distance/r.stream.distance.html	2014-05-17 21:32:58 UTC (rev 60294)
@@ -165,20 +165,16 @@
 
 <h2>SEE ALSO</h2>
 <em>
-<a href="r.watershed.html">r.watershed</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
-<a href="r.reclass.html">r.reclass</a>
-</em>
-
-<p>
-<em>
+<a href="r.reclass.html">r.reclass</a>,
 <a href="r.stream.channel.html">r.stream.channel</a>,
 <a href="r.stream.extract.html">r.stream.extract</a>,
 <a href="r.stream.order.html">r.stream.order</a>,
 <a href="r.stream.segment.html">r.stream.segment</a>,
 <a href="r.stream.slope.html">r.stream.slope</a>,
 <a href="r.stream.snap.html">r.stream.snap</a>,
-<a href="r.stream.stats.html">r.stream.stats</a>
+<a href="r.stream.stats.html">r.stream.stats</a>,
+<a href="r.watershed.html">r.watershed</a>
 </em>
 
 <p>

Modified: grass/trunk/raster/r.stream.extract/r.stream.extract.html
===================================================================
--- grass/trunk/raster/r.stream.extract/r.stream.extract.html	2014-05-17 20:57:41 UTC (rev 60293)
+++ grass/trunk/raster/r.stream.extract/r.stream.extract.html	2014-05-17 21:32:58 UTC (rev 60294)
@@ -227,23 +227,19 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.watershed.html">r.watershed</a>,
-<a href="r.terraflow.html">r.terraflow</a>,
-<a href="r.param.scale.html">r.param.scale</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
-<a href="r.thin.html">r.thin</a>,
-<a href="r.to.vect.html">r.to.vect</a>
-</em>
-
-<p>
-<em>
+<a href="r.param.scale.html">r.param.scale</a>,
 <a href="r.stream.channel.html">r.stream.channel</a>,
 <a href="r.stream.distance.html">r.stream.distance</a>,
 <a href="r.stream.order.html">r.stream.order</a>,
 <a href="r.stream.segment.html">r.stream.segment</a>,
 <a href="r.stream.slope.html">r.stream.slope</a>,
 <a href="r.stream.snap.html">r.stream.snap</a>,
-<a href="r.stream.stats.html">r.stream.stats</a>
+<a href="r.stream.stats.html">r.stream.stats</a>,
+<a href="r.terraflow.html">r.terraflow</a>,
+<a href="r.thin.html">r.thin</a>,
+<a href="r.to.vect.html">r.to.vect</a>,
+<a href="r.watershed.html">r.watershed</a>,
 </em>
 
 <p>

Modified: grass/trunk/raster/r.stream.order/r.stream.order.html
===================================================================
--- grass/trunk/raster/r.stream.order/r.stream.order.html	2014-05-17 20:57:41 UTC (rev 60293)
+++ grass/trunk/raster/r.stream.order/r.stream.order.html	2014-05-17 21:32:58 UTC (rev 60294)
@@ -150,7 +150,7 @@
 why Horton's ordering has rather historical sense and is substituted
 by the more unequivocal Strahler's ordering system. There are no
 natural algorithms to order stream network according to Horton'
-paradigm. The algorithm used in r.stream.order requires to first
+paradigm. The algorithm used in <em>r.stream.order</em> requires to first
 calculate Strahler's stream order (downstream) and next recalculate to
 Horton ordering (upstream). To make a decision about proper ordering
 it uses first Strahler ordering, and next, if both branches have the
@@ -335,19 +335,15 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.watershed.html">r.watershed</a>,
-<a href="r.mapcalc.html">r.mapcalc</a>
-</em>
-
-<p>
-<em>
+<a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.stream.channel.html">r.stream.channel</a>,
 <a href="r.stream.distance.html">r.stream.distance</a>,
 <a href="r.stream.extract.html">r.stream.extract</a>,
 <a href="r.stream.segment.html">r.stream.segment</a>,
 <a href="r.stream.slope.html">r.stream.slope</a>,
 <a href="r.stream.snap.html">r.stream.snap</a>,
-<a href="r.stream.stats.html">r.stream.stats</a>
+<a href="r.stream.stats.html">r.stream.stats</a>,
+<a href="r.watershed.html">r.watershed</a>
 </em>
 
 <p>

Modified: grass/trunk/raster/r.stream.segment/r.stream.segment.html
===================================================================
--- grass/trunk/raster/r.stream.segment/r.stream.segment.html	2014-05-17 20:57:41 UTC (rev 60293)
+++ grass/trunk/raster/r.stream.segment/r.stream.segment.html	2014-05-17 21:32:58 UTC (rev 60294)
@@ -11,18 +11,18 @@
 
 <dt><b>stream_rast</b></dt>
 <dd>Stream network: name of input stream map. Streams shall be ordered according
-one of the r.stream.order ordering system as well as unordered (with original
-stream identifiers)  Because streams network produced by r.watershed and
-r.stream.extract may slightly differ in detail, it is required to use both stream
+one of the <em>r.stream.order</em> ordering system as well as unordered (with original
+stream identifiers)  Because streams network produced by <em>r.watershed</em> and
+<em>r.stream.extract</em> may slightly differ in detail, it is required to use both stream
 and direction map produced by the same module. Stream background shall have NULL
 value or zero value. Background values of NULL are by default produced by
-r.watershed and r.stream.extract. If not 0 or NULL use <a
+<em>r.watershed</em> and <em>r.stream.extract</em>. If not 0 or NULL use <a
 href="r.mapcalc.html">r.mapcalc</a> to set background values to null.  
 </dd>
 
 <dt><b>direction</b></dt>
-<dd>Flow direction: name of input direction map produced by r.watershed or
-r.stream.extract. If r.stream.extract output map is used, it only has non-NULL
+<dd>Flow direction: name of input direction map produced by <em>r.watershed</em> or
+<em>r.stream.extract</em>. If r.stream.extract output map is used, it only has non-NULL
 values in places where streams occur. NULL (nodata) cells are ignored, zero and
 negative values are valid direction data if they vary from -8 to 8 (CCW from
 East in steps of 45 degrees). Direction map shall be of type CELL values. Region
@@ -62,7 +62,7 @@
 <p>The module produces two vector maps: one representing original segments
 (where a segment is a streamline where its order remains unchanged) and the second
 divided into near straight line sectors resulting form segmentation process.
-Most of the segment and sectors attributes are the same as in r.stream.order vector
+Most of the segment and sectors attributes are the same as in <em>r.stream.order</em> vector
 output.</p>
 
 <dl>
@@ -169,8 +169,8 @@
 The module can work only if direction map, stream_rast map and region have the same
 settings. It is also required that stream_rast map and direction map come from the
 same source. For lots of reason this limitation probably cannot be omitted.  
-This means that if stream_rast map comes from r.stream.extract, also direction map from
-r.stream.extract must be used. If stream_rast network was generated with MFD method,
+This means that if stream_rast map comes from <em>r.stream.extract</em>, also direction map from
+<em>r.stream.extract</em> must be used. If stream_rast network was generated with MFD method,
 also MFD direction map must be used.
 
 <h2>EXAMPLE</h2>
@@ -198,19 +198,16 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.watershed.html">r.watershed</a>,
-<a href="r.mapcalc.html">r.mapcalc</a>
-</em>
 
-<p>
-<em>
+<a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.stream.channel.html">r.stream.channel</a>,
 <a href="r.stream.distance.html">r.stream.distance</a>,
 <a href="r.stream.extract.html">r.stream.extract</a>,
 <a href="r.stream.order.html">r.stream.order</a>,
 <a href="r.stream.slope.html">r.stream.slope</a>,
 <a href="r.stream.snap.html">r.stream.snap</a>,
-<a href="r.stream.stats.html">r.stream.stats</a>
+<a href="r.stream.stats.html">r.stream.stats</a>,
+<a href="r.watershed.html">r.watershed</a>
 </em>
 
 <p>

Modified: grass/trunk/raster/r.stream.slope/r.stream.slope.html
===================================================================
--- grass/trunk/raster/r.stream.slope/r.stream.slope.html	2014-05-17 20:57:41 UTC (rev 60293)
+++ grass/trunk/raster/r.stream.slope/r.stream.slope.html	2014-05-17 21:32:58 UTC (rev 60294)
@@ -7,8 +7,8 @@
 
 <dl>
 <dt><em>direction</em></dt>
-<dd>Flow direction: name of input direction map produced by r.watershed or
-r.stream.extract. If r.stream.extract output map is used, it only has non-NULL
+<dd>Flow direction: name of input direction map produced by <em>r.watershed</em> or
+<em>r.stream.extract</em>. If r.stream.extract output map is used, it only has non-NULL
 values in places where streams occur. NULL (nodata) cells are ignored, zero and
 negative values are valid direction data if they vary from -8 to 8 (CCW from
 East in steps of 45 degrees). Direction map shall be of type CELL values. Region
@@ -56,19 +56,15 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.watershed.html">r.watershed</a>,
-<a href="r.mapcalc.html">r.mapcalc</a>
-</em>
-
-<p>
-<em>
+<a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.stream.channel.html">r.stream.channel</a>,
 <a href="r.stream.distance.html">r.stream.distance</a>,
 <a href="r.stream.extract.html">r.stream.extract</a>,
 <a href="r.stream.order.html">r.stream.order</a>,
 <a href="r.stream.segment.html">r.stream.segment</a>,
 <a href="r.stream.snap.html">r.stream.snap</a>,
-<a href="r.stream.stats.html">r.stream.stats</a>
+<a href="r.stream.stats.html">r.stream.stats</a>,
+<a href="r.watershed.html">r.watershed</a>
 </em>
 
 <p>

Modified: grass/trunk/raster/r.stream.snap/r.stream.snap.html
===================================================================
--- grass/trunk/raster/r.stream.snap/r.stream.snap.html	2014-05-17 20:57:41 UTC (rev 60293)
+++ grass/trunk/raster/r.stream.snap/r.stream.snap.html	2014-05-17 21:32:58 UTC (rev 60294)
@@ -105,21 +105,17 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.watershed.html">r.watershed</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
+<a href="r.patch.html">r.patch</a>,
 <a href="r.reclass.html">r.reclass</a>,
-<a href="r.patch.html">r.patch</a>
-</em>
-
-<p>
-<em>
 <a href="r.stream.channel.html">r.stream.channel</a>,
 <a href="r.stream.distance.html">r.stream.distance</a>,
 <a href="r.stream.extract.html">r.stream.extract</a>,
 <a href="r.stream.order.html">r.stream.order</a>,
 <a href="r.stream.segment.html">r.stream.segment</a>,
 <a href="r.stream.slope.html">r.stream.slope</a>,
-<a href="r.stream.stats.html">r.stream.stats</a>
+<a href="r.stream.stats.html">r.stream.stats</a>,
+<a href="r.watershed.html">r.watershed</a>,
 </em>
 
 <p>

Modified: grass/trunk/raster/r.stream.stats/r.stream.stats.html
===================================================================
--- grass/trunk/raster/r.stream.stats/r.stream.stats.html	2014-05-17 20:57:41 UTC (rev 60293)
+++ grass/trunk/raster/r.stream.stats/r.stream.stats.html	2014-05-17 21:32:58 UTC (rev 60294)
@@ -183,19 +183,15 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.watershed.html">r.watershed</a>,
-<a href="r.mapcalc.html">r.mapcalc</a>
-</em>
-
-<p>
-<em>
+<a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.stream.channel.html">r.stream.channel</a>,
 <a href="r.stream.distance.html">r.stream.distance</a>,
 <a href="r.stream.extract.html">r.stream.extract</a>,
 <a href="r.stream.order.html">r.stream.order</a>,
 <a href="r.stream.segment.html">r.stream.segment</a>,
 <a href="r.stream.slope.html">r.stream.slope</a>,
-<a href="r.stream.snap.html">r.stream.snap</a>
+<a href="r.stream.snap.html">r.stream.snap</a>,
+<a href="r.watershed.html">r.watershed</a>,
 </em>
 
 <p>



More information about the grass-commit mailing list