[GRASS-SVN] r54026 - in grass/trunk: display/d.colortable display/d.his display/d.histogram display/d.legend display/d.profile imagery imagery/i.evapo.time imagery/i.sunhours raster/r.his raster/r.li/r.li.dominance raster/r.li/r.li.mpa raster/r.li/r.li.mps raster/r.profile raster/r.transect scripts/v.db.droprow scripts/v.db.droptable scripts/v.pack scripts/v.unpack

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 25 02:59:42 PST 2012


Author: neteler
Date: 2012-11-25 02:59:42 -0800 (Sun, 25 Nov 2012)
New Revision: 54026

Modified:
   grass/trunk/display/d.colortable/d.colortable.html
   grass/trunk/display/d.his/d.his.html
   grass/trunk/display/d.histogram/d.histogram.html
   grass/trunk/display/d.legend/d.legend.html
   grass/trunk/display/d.profile/d.profile.html
   grass/trunk/imagery/i.evapo.time/i.evapo.time.html
   grass/trunk/imagery/i.sunhours/i.sunhours.html
   grass/trunk/imagery/imageryintro.html
   grass/trunk/raster/r.his/r.his.html
   grass/trunk/raster/r.li/r.li.dominance/r.li.dominance.html
   grass/trunk/raster/r.li/r.li.mpa/r.li.mpa.html
   grass/trunk/raster/r.li/r.li.mps/r.li.mps.html
   grass/trunk/raster/r.profile/r.profile.html
   grass/trunk/raster/r.transect/r.transect.html
   grass/trunk/scripts/v.db.droprow/v.db.droprow.html
   grass/trunk/scripts/v.db.droptable/v.db.droptable.html
   grass/trunk/scripts/v.pack/v.pack.html
   grass/trunk/scripts/v.unpack/v.unpack.html
Log:
fix non-existing HTML pages

Modified: grass/trunk/display/d.colortable/d.colortable.html
===================================================================
--- grass/trunk/display/d.colortable/d.colortable.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/display/d.colortable/d.colortable.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -61,9 +61,8 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="d.colors.html">d.colors</a><br>
-<a href="d.erase.html">d.erase</a><br>
-<a href="d.legend.html">d.legend</a><br>
+<a href="d.erase.html">d.erase</a>,
+<a href="d.legend.html">d.legend</a>,
 <a href="d.rast.html">d.rast</a>
 </em>
 

Modified: grass/trunk/display/d.his/d.his.html
===================================================================
--- grass/trunk/display/d.his/d.his.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/display/d.his/d.his.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>his</em> stands for hue, intensity, and saturation.
+<em>HIS</em> stands for hue, intensity, and saturation.
 This program produces a raster map layer providing a
 visually pleasing combination of hue, intensity, and
 saturation values from two or three user-specified raster
@@ -69,7 +69,6 @@
 should have an appropriate gray-scale color table
 associated with it. You can ensure this by using the color
 manipulation capabilities of
-<em><a href="d.colors.html">d.colors</a></em> or
 <em><a href="r.colors.html">r.colors</a></em>.
 
 Finally, the color is made somewhat gray-based on the
@@ -108,17 +107,15 @@
 <h3>Spearfish dataset</h3>
 
 <div class="code"><pre>
-  g.region rast=elevation.dem
-  r.shaded.relief map=elevation.dem shad=elev.shad_relf
-  d.mon x1
-  d.his h=elevation.dem i=elev.shad_relf brighten=50
+g.region rast=elevation.dem
+r.shaded.relief map=elevation.dem shad=elev.shad_relf
+d.mon wx0
+d.his h=elevation.dem i=elev.shad_relf brighten=50
 </pre></div>
-<br>
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="d.colors.html">d.colors</a>,
 <a href="d.colortable.html">d.colortable</a>,
 <a href="d.frame.html">d.frame</a>,
 <a href="d.rgb.html">d.rgb</a>,

Modified: grass/trunk/display/d.histogram/d.histogram.html
===================================================================
--- grass/trunk/display/d.histogram/d.histogram.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/display/d.histogram/d.histogram.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -18,7 +18,6 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="d.colors.html">d.colors</a>,
 <a href="d.colortable.html">d.colortable</a>,
 <a href="d.frame.html">d.frame</a>,
 <a href="d.graph.html">d.graph</a>,

Modified: grass/trunk/display/d.legend/d.legend.html
===================================================================
--- grass/trunk/display/d.legend/d.legend.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/display/d.legend/d.legend.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -81,7 +81,6 @@
 <h2>SEE ALSO</h2>
 
 <em><a href="d.barscale.html">d.barscale</a></em><br>
-<em><a href="d.colors.html">d.colors</a></em><br>
 <em><a href="d.colortable.html">d.colortable</a></em><br>
 <em><a href="d.erase.html">d.erase</a></em><br>
 <em><a href="d.font.html">d.font</a></em><br>

Modified: grass/trunk/display/d.profile/d.profile.html
===================================================================
--- grass/trunk/display/d.profile/d.profile.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/display/d.profile/d.profile.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -10,7 +10,7 @@
 <a href="d.where.html">d.where</a>,
 <a href="r.profile.html">r.profile</a>,
 <a href="r.transect.html">r.transect</a>,
-<a href="gm_profile.html">gis.m: PROFILE TOOL</a>  <!-- TODO update to wx tool -->
+<a href="wxGUI.html">wxGUI profile tool</a>
 </em>
 
 <h2>AUTHOR</h2>

Modified: grass/trunk/imagery/i.evapo.time/i.evapo.time.html
===================================================================
--- grass/trunk/imagery/i.evapo.time/i.evapo.time.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/imagery/i.evapo.time/i.evapo.time.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -57,7 +57,7 @@
 <a href="i.evapo.senay.html">i.evapo.senay</a>,
 <a href="r.surf.idw.html">r.surf.idw</a>,
 <a href="r.surf.idw2.html">r.surf.idw2</a>,
-<a href="r.bilinear.html">r.bilinear</a>
+<a href="r.resamp.interp.html">r.resamp.interp</a>
 </em>
 
 

Modified: grass/trunk/imagery/i.sunhours/i.sunhours.html
===================================================================
--- grass/trunk/imagery/i.sunhours/i.sunhours.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/imagery/i.sunhours/i.sunhours.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -33,7 +33,7 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="i.evapo.TSA.html">i.evapo.TSA</a>,
+<a href="i.evapo.tsa.html">i.evapo.tsa</a>,
 <a href="i.latlong.html">i.latlong</a>
 </em>
 

Modified: grass/trunk/imagery/imageryintro.html
===================================================================
--- grass/trunk/imagery/imageryintro.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/imagery/imageryintro.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -73,7 +73,7 @@
 
 To quickly combine the first three channels to a near natural color
 image, the GRASS command <a href="d.rgb.html">d.rgb</a> can be used or
-the graphical GIS manager (<a href="gis.m.html">gis.m</a>). It assigns
+the graphical GIS manager (<a href="wxGUI.html">wxGUI</a>). It assigns
 each channel to a color which is then mixed while displayed. With a
 bit more work of tuning the grey scales of the channels, nearly
 perfect colors can be achieved. Channel histograms can be shown with
@@ -133,8 +133,8 @@
 In case of using multispectral data, improvements of the resolution
 can be gained by merging the panchromatic channel with color
 channels. GRASS provides the HIS (<a href="i.rgb.his.html">i.rgb.his</a>,
-<a href="i.his.rgb.html">i.his.rgb</a>) and the Brovey transform
-(<a href="i.fusion.brovey.html">i.fusion.brovey</a>) methods.
+<a href="i.his.rgb.html">i.his.rgb</a>) and the Brovey and PCA transform
+(<a href="i.pansharpen.html">i.pansharpen</a>) methods.
 
 <h3>Time series processing</h3>
 

Modified: grass/trunk/raster/r.his/r.his.html
===================================================================
--- grass/trunk/raster/r.his/r.his.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/raster/r.his/r.his.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<i>his</i> stands for hue, intensity, and saturation. 
+<i>HIS</i> stands for hue, intensity, and saturation. 
 This program produces red, green and blue raster map layers
 providing a visually pleasing combination of hue,
 intensity, and saturation values from two or three
@@ -87,33 +87,37 @@
 program <em><a href="d.his.html">d.his</a></em>.
 
 
-<h2>EXAMPLE</h2>
+<h2>EXAMPLES</h2>
 
 Recreate the following <em>d.his</em> command using <em>r.his</em>:
 <div class="code"><pre>
-  r.shaded.relief map=elevation.dem shad=elev.shad_relf
-  d.his h=elevation.dem i=elev.shad_relf brighten=50
+g.regiopn rast=elevation
+r.shaded.relief map=elevation shad=elev.shad_relf
+d.his h=elevation i=elev.shad_relf brighten=50
 </pre></div>
 
 <div class="code"><pre>
-  r.mapcalc 'elev.shad_relf_bright50 = #elev.shad_relf * 1.5'
-  r.colors elev.shad_relf_bright50 color=grey255
-  r.his h_map=elevation.dem i_map=elev.shad_relf_bright50 r_map=esr.r g_map=esr.g bmap=esr.b
-  d.rgb red=esr.r green=esr.g blue=esr.b
+r.mapcalc "elev.shad_relf_bright50 = #elev.shad_relf * 1.5"
+r.colors elev.shad_relf_bright50 color=grey255
+r.his h_map=elevation i_map=elev.shad_relf_bright50 r_map=esr.r g_map=esr.g bmap=esr.b
+d.rgb red=esr.r green=esr.g blue=esr.b
 </pre></div>
 
 
 <h2>SEE ALSO</h2>
 
-<em><a href="d.his.html">d.his</a></em>,
-<em><a href="d.colors.html">d.colors</a></em>,
-<em><a href="d.colortable.html">d.colortable</a></em>,
-<em><a href="d.rgb.html">d.rgb</a></em>,
-<em><a href="r.blend.html">r.blend</a></em>,
-<em><a href="r.colors.html">r.colors</a></em>,
-<em><a href="r.composite.html">r.composite</a></em>
-<em><a href="i.his.rgb.html">i.his.rgb</a></em>,
-<em><a href="i.rgb.his.html">i.rgb.his</a></em>
+<em>
+<a href="d.his.html">d.his</a>,
+<a href="d.colors.html">d.colors</a>,
+<a href="d.colortable.html">d.colortable</a>,
+<a href="d.rgb.html">d.rgb</a>,
+<a href="r.blend.html">r.blend</a>,
+<a href="r.colors.html">r.colors</a>,
+<a href="r.composite.html">r.composite</a>,
+<a href="r.mapcalc.html">r.mapcalc</a>,
+<a href="i.his.rgb.html">i.his.rgb</a>,
+<a href="i.rgb.his.html">i.rgb.his</a>
+</em>
 
 <h2>AUTHOR</h2>
 

Modified: grass/trunk/raster/r.li/r.li.dominance/r.li.dominance.html
===================================================================
--- grass/trunk/raster/r.li/r.li.dominance/r.li.dominance.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/raster/r.li/r.li.dominance/r.li.dominance.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -31,7 +31,6 @@
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>
-<a href="r.le.html">r.le</a>
 </em>
 
 <h2>AUTHORS</h2>

Modified: grass/trunk/raster/r.li/r.li.mpa/r.li.mpa.html
===================================================================
--- grass/trunk/raster/r.li/r.li.mpa/r.li.mpa.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/raster/r.li/r.li.mpa/r.li.mpa.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -38,7 +38,6 @@
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>
-<a href="r.le.html">r.le</a>
 </em>
 
 <h2>AUTHORS</h2>

Modified: grass/trunk/raster/r.li/r.li.mps/r.li.mps.html
===================================================================
--- grass/trunk/raster/r.li/r.li.mps/r.li.mps.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/raster/r.li/r.li.mps/r.li.mps.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -34,7 +34,6 @@
 <h2>SEE ALSO</h2>
 <em>
 <a href="r.li.html">r.li</a>
-<a href="r.le.html">r.le</a>
 </em>
 
 <h2>AUTHORS</h2>

Modified: grass/trunk/raster/r.profile/r.profile.html
===================================================================
--- grass/trunk/raster/r.profile/r.profile.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/raster/r.profile/r.profile.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -129,7 +129,7 @@
 <a href="d.profile.html">d.profile</a>,
 <a href="r.what.html">r.what</a>,
 <a href="r.transect.html">r.transect</a>,
-<a href="gm_profile.html">gis.m: PROFILE TOOL</a>  <!-- TODO update to wx tool -->
+<a href="wxGUI.html">wxGUI profile tool</a>
 </em>
 
 <h2>AUTHOR</h2>

Modified: grass/trunk/raster/r.transect/r.transect.html
===================================================================
--- grass/trunk/raster/r.transect/r.transect.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/raster/r.transect/r.transect.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -34,7 +34,7 @@
 <h2>SEE ALSO</h2>
 
 <em><a href="r.profile.html">r.profile</a></em>,
-<em><a href="gm_profile.html">gis.m: PROFILE TOOL</a></em>
+<em><a href="wxGUI.html">wxGUI profile tool</a></em>
 
 <h2>AUTHOR</h2>
 

Modified: grass/trunk/scripts/v.db.droprow/v.db.droprow.html
===================================================================
--- grass/trunk/scripts/v.db.droprow/v.db.droprow.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/scripts/v.db.droprow/v.db.droprow.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -40,7 +40,7 @@
 <a href="v.db.addcolumn.html">v.db.addcolumn</a>,
 <a href="v.db.addtable.html">v.db.addtable</a>,
 <a href="v.db.connect.html">v.db.connect</a>,
-<a href="v.db.dropcol.html">v.db.dropcol</a>,
+<a href="v.db.dropcolumn.html">v.db.dropcolumn</a>,
 <a href="v.db.droptable.html">v.db.droptable</a>,
 <a href="v.db.select.html">v.db.select</a>,
 <a href="v.db.update.html">v.db.update</a>

Modified: grass/trunk/scripts/v.db.droptable/v.db.droptable.html
===================================================================
--- grass/trunk/scripts/v.db.droptable/v.db.droptable.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/scripts/v.db.droptable/v.db.droptable.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -22,7 +22,6 @@
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="db.addtable.html">db.addtable</a>,
 <a href="db.connect.html">db.connect</a>,
 <a href="db.execute.html">db.execute</a>,
 <a href="v.db.addtable.html">v.db.addtable</a>,

Modified: grass/trunk/scripts/v.pack/v.pack.html
===================================================================
--- grass/trunk/scripts/v.pack/v.pack.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/scripts/v.pack/v.pack.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -28,7 +28,7 @@
 
 <em>
   <a href="v.unpack.html">v.unpack</a>,
-  <a href="v.in.gdal.html">v.in.gdal</a>
+  <a href="v.in.ogr.html">v.in.ogr</a>
 </em>
 
 <h2>AUTHORS</h2>

Modified: grass/trunk/scripts/v.unpack/v.unpack.html
===================================================================
--- grass/trunk/scripts/v.unpack/v.unpack.html	2012-11-25 10:54:32 UTC (rev 54025)
+++ grass/trunk/scripts/v.unpack/v.unpack.html	2012-11-25 10:59:42 UTC (rev 54026)
@@ -25,7 +25,7 @@
 
 <em>
   <a href="v.pack.html">v.pack</a>,
-  <a href="v.in.gdal.html">v.in.gdal</a>
+  <a href="v.in.ogr.html">v.in.ogr</a>
 </em>
 
 <h2>AUTHORS</h2>



More information about the grass-commit mailing list