Ver código fonte

fix broken links; HTML cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52969 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 anos atrás
pai
commit
6159cb3a55

+ 1 - 2
display/d.fontlist/d.fontlist.html

@@ -5,8 +5,7 @@ GRASS display commands.
 
 <h2>SEE ALSO</h2>
 
-<em><a href="d.text.html">d.text</a></em><br>
-<em><a href="parser.html">parser</a></em>
+<em><a href="d.text.html">d.text</a></em>
 
 <h2>AUTHOR</h2>
 

+ 7 - 6
general/g.findetc/g.findetc.html

@@ -12,12 +12,13 @@ directory, such as a user's home or a system addon directory.
 
 <h2>SEE ALSO</h2>
 
-<em><a href="g.ask.html">g.ask</a></em><br>
-<em><a href="g.filename.html">g.filename</a></em><br>
-<em><a href="g.findfile.html">g.findfile</a></em><br>
-<em><a href="g.gisenv.html">g.gisenv</a></em><br>
-<em><a href="g.mapsets.html">g.mapsets</a></em><br>
-<em><a href="parser.html">parser</a></em>
+<em>
+<a href="g.ask.html">g.ask</a>,
+<a href="g.filename.html">g.filename</a>,
+<a href="g.findfile.html">g.findfile</a>,
+<a href="g.gisenv.html">g.gisenv</a>,
+<a href="g.mapsets.html">g.mapsets</a>
+</em>
 
 <h2>AUTHOR</h2>
 

+ 5 - 5
imagery/i.eb.evapfr/i.eb.evapfr.html

@@ -3,16 +3,16 @@
 <em>i.eb.evapfr</em> calculates the evaporative fraction after [1]. Main
 implementation in [3].
 It takes input of Net Radiation (see r.sun, i.eb.netrad (grass-addons)), soil
-heat flux (see i.eb.g0) and sensible heat flux (see i.eb.h_SEBAL01). 
+heat flux (see i.eb.g0) and sensible heat flux (see i.eb.h_sebal01). 
 A flag adds a root zone empirical soil moisture output from the article of
 Makin, Molden and Bastiaanssen (2001).
 
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.sun.html">r.sun</a><br>
-<a href="i.eb.soilheatflux.html">i.eb.soilheatflux</a><br>
-<a href="i.eb.h_SEBAL01.html">i.eb.h_SEBAL01</a><br>
+<a href="r.sun.html">r.sun</a>,
+<a href="i.eb.soilheatflux.html">i.eb.soilheatflux</a>,
+<a href="i.eb.h_sebal01.html">i.eb.h_sebal01</a>
 </em>
 
 <h2>REFERENCES</h2>
@@ -29,7 +29,7 @@ seasonal for irrigated rice in Zhanghe, China. Asian Journal of Geoinformatics.
 Zalidis G.C. Integrated methodology for estimating water use in Mediterranean
 agricultural areas. Remote Sensing. -(-):,2009. (submitted))
 
-<h2>AUTHORS</h2>
+<h2>AUTHOR</h2>
 
 Yann Chemin, Asian Institute of Technology, Thailand
 

+ 9 - 8
imagery/i.eb.h_SEBAL01/i.eb.h_sebal01.html

@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<p><em>i.eb.h_sebal01</em> will calculate the sensible heat flux map (h0), given
+<em>i.eb.h_sebal01</em> will calculate the sensible heat flux map (h0), given
 both maps of Net Radiation and soil Heat flux (Rn, g0) at instantaneous time,
 the surface roughness (z0m), a map of the altitude corrected temperature
 (t0dem), a point data of the frictional velocity (u*), a value of actual vapour
@@ -16,7 +16,8 @@ Full process will need those:
 
 (for time integration: i.evapo.time_integration)
 
-<p><em>i.eb.h_sebal01</em> performs the computation of <i>sensible heat flux</i>
+<p>
+<em>i.eb.h_sebal01</em> performs the computation of <i>sensible heat flux</i>
 [W/m2] after Bastiaanssen, 1995 in [1], used in this form in 2001 by [2]. Implemented
 in this code in [3].
 
@@ -32,11 +33,11 @@ in this code in [3].
 
 
 <h2>SEE ALSO</h2>
-<ul>
-  <li><a href=i.eb.soilheatflux.html>i.eb.soilheatflux</a>,
-      <a href=i.eb.h_SEBAL01.html>i.eb.h_SEBAL01</a>,
-      <a href=i.eb.evapfr.html>i.eb.evapfr</a></li>
-</ul>
+<em>
+<a href=i.eb.soilheatflux.html>i.eb.soilheatflux</a>,
+<a href=i.eb.h_sebal01.html>i.eb.h_sebal01</a>,
+<a href=i.eb.evapfr.html>i.eb.evapfr</a>
+</em>
 
 
 <h2>REFERENCES</h2>
@@ -59,7 +60,7 @@ agricultural areas. Remote Sensing, 1(3):445-465, 2009.
 Yann Chemin, International Rice Research Institute, Los Banos, The
 Philippines.
 
-<p>Contact: <a href="mailto:yann.chemin@gmail.com"> Yann chemin</a>
+<p>Contact: <a href="mailto:yann.chemin@gmail.com">Yann Chemin</a>
 
 
 <p><i>Last changed: $Date$</i>

+ 6 - 6
imagery/i.eb.soilheatflux/i.eb.soilheatflux.html

@@ -9,11 +9,11 @@ modification from the HAPEX-Sahel experiment.
 <h2>SEE ALSO</h2>
 
 <em>
-<a href="r.sun.html">r.sun</a><br>
-<a href="i.albedo.html">i.albedo</a><br>
-<a href="i.emissivity.html">i.emissivity</a><br>
-<a href="i.eb.h_SEBAL01.html">i.eb.h_SEBAL01</a><br>
-<a href="i.eb.evapfr.html">i.eb.evapfr</a><br>
+<a href="r.sun.html">r.sun</a>,
+<a href="i.albedo.html">i.albedo</a>,
+<a href="i.emissivity.html">i.emissivity</a>,
+<a href="i.eb.h_sebal01.html">i.eb.h_sebal01</a>,
+<a href="i.eb.evapfr.html">i.eb.evapfr</a>
 </em>
 
 <h2>REFERENCES</h2>
@@ -30,7 +30,7 @@ modification from the HAPEX-Sahel experiment.
    agricultural areas. Remote Sensing. -(-):,2009. (submitted))
 
 
-<h2>AUTHORS</h2>
+<h2>AUTHOR</h2>
 
 Yann Chemin, Asian Institute of Technology, Thailand<br>
 

+ 1 - 1
imagery/i.evapo.time/i.evapo.time.html

@@ -54,7 +54,7 @@ For multi-year calculations, just continue incrementing DOY values above
 <em>
 <a href="i.eb.eta.html">i.eb.eta</a>,
 <a href="i.evapo.potrad.html">i.evapo.potrad</a>,
-<a href="i.evapo.SENAY.html">i.evapo.SENAY</a>,
+<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>

+ 4 - 11
imagery/i.rectify/i.rectify.html

@@ -1,10 +1,8 @@
 <h2>DESCRIPTION</h2>
 
 <em>i.rectify</em> uses the control
-points identified in 
-<em><a href="i.points.html">i.points</a></em>
-or
-<em><a href="i.vpoints.html">i.vpoints</a></em>
+points identified in the
+<a href="wxGUI.GCP_Manager.html">Ground Control Points Manager</a>
 
 to calculate a transformation matrix based on a first,
 second, or third order polynomial and then converts x,y
@@ -14,10 +12,7 @@ transformed coordinate system (i.e., a different coordinate
 system than before it was rectified).
 
 <p>
-<em><a href="i.points.html">i.points</a></em>
-or
-<em><a href="i.vpoints.html">i.vpoints</a></em>
-
+The <a href="wxGUI.GCP_Manager.html">Ground Control Points Manager</a>
 must be run before <em>i.rectify</em>, and both programs
 are required to rectify an image. An image must be
 rectified before it can reside in a standard coordinate
@@ -156,11 +151,9 @@ Processing manual</a></em>
   <a href="r.proj.html">r.proj</a>,
   <a href="v.proj.html">v.proj</a>,
   <a href="i.group.html">i.group</a>,
-  <a href="i.points.html">i.points</a>,
-  <a href="i.vpoints.html">i.vpoints</a>,
   <a href="i.target.html">i.target</a>
   <br>
-  <a href="wxGUI.GCP_Manager.html">Manage Ground Control Points</a>
+  <a href="wxGUI.GCP_Manager.html">Ground Control Points Manager</a>
 </em>
 
 

+ 1 - 1
imagery/i.sunhours/i.sunhours.html

@@ -24,7 +24,7 @@ Iqbal, M., 1983. An Introduction to Solar Radiation. Iqbal, M.,
 
 <em>
 <a href="i.evapo.TSA.html">i.evapo.TSA</a>,
-<a href="i.latitude.html">i.latitude</a>
+<a href="i.latlong.html">i.latlong</a>
 </em>