Просмотр исходного кода

manual: r.reclass and r.recode cross-linked

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@74125 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 6 лет назад
Родитель
Сommit
e4aae0c1d8

+ 5 - 4
raster/r.path/r.path.html

@@ -196,13 +196,14 @@ multiple bitmask encoded directions without and with Knight's move</i>
 
 
 <em>
 <em>
 <a href="g.region.html">g.region</a>,
 <a href="g.region.html">g.region</a>,
+<a href="r.basins.fill.html">r.basins.fill</a>,
 <a href="r.cost.html">r.cost</a>,
 <a href="r.cost.html">r.cost</a>,
-<a href="r.walk.html">r.walk</a>,
-<a href="r.watershed.html">r.watershed</a>,
 <a href="r.fill.dir.html">r.fill.dir</a>,
 <a href="r.fill.dir.html">r.fill.dir</a>,
-<a href="r.basins.fill.html">r.basins.fill</a>,
-<a href="r.terraflow.html">r.terraflow</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
+<a href="r.recode.html">r.recode</a>,
+<a href="r.terraflow.html">r.terraflow</a>,
+<a href="r.walk.html">r.walk</a>,
+<a href="r.watershed.html">r.watershed</a>
 </em>
 </em>
 
 
 <h2>AUTHORS</h2>
 <h2>AUTHORS</h2>

+ 1 - 0
raster/r.quantile/r.quantile.html

@@ -25,6 +25,7 @@ r.quantile elevation quantiles=5 -r --quiet | r.recode elevation \
 <em>
 <em>
 <a href="r.mode.html">r.mode</a>,
 <a href="r.mode.html">r.mode</a>,
 <a href="r.quant.html">r.quant</a>,
 <a href="r.quant.html">r.quant</a>,
+<a href="r.recode.html">r.recode</a>,
 <a href="r.series.html">r.series</a>,
 <a href="r.series.html">r.series</a>,
 <a href="r.stats.html">r.stats</a>,
 <a href="r.stats.html">r.stats</a>,
 <a href="r.stats.quantile.html">r.stats.quantile</a>,
 <a href="r.stats.quantile.html">r.stats.quantile</a>,

+ 2 - 2
raster/r.reclass/r.reclass.html

@@ -236,9 +236,9 @@ r.category landuse96_recl
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>
 
 
 <em>
 <em>
+<a href="r.recode.html">r.recode</a>,
 <a href="r.resample.html">r.resample</a>,
 <a href="r.resample.html">r.resample</a>,
-<a href="r.rescale.html">r.rescale</a>,
-<a href="r.recode.html">r.recode</a>
+<a href="r.rescale.html">r.rescale</a>
 </em>
 </em>
 
 
 
 

+ 5 - 0
raster/r.recode/r.recode.html

@@ -72,6 +72,11 @@ r.recode input=oldmap output=newmap rules=- &lt;&lt; EOF
 EOF
 EOF
 </pre></div>
 </pre></div>
 
 
+<h2>SEE ALSO</h2>
+
+<em>
+<a href="r.reclass.html">r.reclass</a>
+</em>
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>
 
 

+ 1 - 0
raster/r.walk/r.walk.html

@@ -170,6 +170,7 @@ r.contour walkcost output=walkcost step=1000
 <a href="r.path.html">r.path</a>,
 <a href="r.path.html">r.path</a>,
 <a href="r.in.ascii.html">r.in.ascii</a>,
 <a href="r.in.ascii.html">r.in.ascii</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
 <a href="r.mapcalc.html">r.mapcalc</a>,
+<a href="r.recode.html">r.recode</a>,
 <a href="r.out.ascii.html">r.out.ascii</a>
 <a href="r.out.ascii.html">r.out.ascii</a>
 </em>
 </em>