[GRASS-SVN] r32836 - in grass/trunk: db/drivers/odbc display/d.colortable general/g.mkfontcap gui/wxpython/docs imagery/i.smap/shapiro raster/r.covar raster/r.in.arc raster/r.in.ascii raster/r.lake raster/r.li/r.li.padcv raster/r.li/r.li.padrange raster/r.li/r.li.padsd raster/r.li/r.li.patchdensity raster/r.li/r.li.setup raster/r.mfilter raster/r.mfilter.fp raster/r.out.ppm3 raster/r.resamp.interp raster/r.rescale raster/r.rescale.eq scripts/i.in.spotvgt vector/v.generalize vector/v.net.visibility vector/v.out.vtk vector/v.surf.rst vector/v.to.rast vector/v.vol.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 17 09:27:35 EDT 2008


Author: glynn
Date: 2008-08-17 09:27:35 -0400 (Sun, 17 Aug 2008)
New Revision: 32836

Modified:
   grass/trunk/db/drivers/odbc/grass-odbc.html
   grass/trunk/display/d.colortable/d.colortable.html
   grass/trunk/general/g.mkfontcap/g.mkfontcap.html
   grass/trunk/gui/wxpython/docs/wxGUI.html
   grass/trunk/imagery/i.smap/shapiro/i.smap.html
   grass/trunk/raster/r.covar/r.covar.html
   grass/trunk/raster/r.in.arc/r.in.arc.html
   grass/trunk/raster/r.in.ascii/r.in.ascii.html
   grass/trunk/raster/r.lake/r.lake.html
   grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html
   grass/trunk/raster/r.li/r.li.padrange/r.li.padrange.html
   grass/trunk/raster/r.li/r.li.padsd/r.li.padsd.html
   grass/trunk/raster/r.li/r.li.patchdensity/r.li.patchdensity.html
   grass/trunk/raster/r.li/r.li.setup/r.li.setup.html
   grass/trunk/raster/r.mfilter.fp/r.mfilter.fp.html
   grass/trunk/raster/r.mfilter/r.mfilter.html
   grass/trunk/raster/r.out.ppm3/r.out.ppm3.html
   grass/trunk/raster/r.resamp.interp/r.resamp.interp.html
   grass/trunk/raster/r.rescale.eq/r.rescale.eq.html
   grass/trunk/raster/r.rescale/r.rescale.html
   grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.html
   grass/trunk/vector/v.generalize/v.generalize.html
   grass/trunk/vector/v.net.visibility/v.net.visibility.html
   grass/trunk/vector/v.out.vtk/v.out.vtk.html
   grass/trunk/vector/v.surf.rst/v.surf.rst.html
   grass/trunk/vector/v.to.rast/v.to.rast.html
   grass/trunk/vector/v.vol.rst/v.vol.rst.html
Log:
HTML fixes


Modified: grass/trunk/db/drivers/odbc/grass-odbc.html
===================================================================
--- grass/trunk/db/drivers/odbc/grass-odbc.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/db/drivers/odbc/grass-odbc.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -107,7 +107,7 @@
 </pre></div>
 
 
-</p><li>
+<li>
 Now create a new database if not yet existing:
 <div class="code"><pre>
 db.createdb driver=odbc database=grass6test
@@ -140,7 +140,7 @@
 <p>
 Doesn't work? Check with 'isql &lt;databasename&gt;' if the ODBC-PostgreSQL
 connection is really established.
-</p></li></ul>
+</p></ul>
 
 Note that you can also connect mySQL, Oracle etc. through ODBC to GRASS.
 

Modified: grass/trunk/display/d.colortable/d.colortable.html
===================================================================
--- grass/trunk/display/d.colortable/d.colortable.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/display/d.colortable/d.colortable.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -19,7 +19,7 @@
 <DD>Color of the lines separating the colors of the color table. 
 <BR>
 Options: red, orange, yellow, green, blue, 
-indigo, violet, gray, white</B>, and black. 
+indigo, violet, gray, white, and black. 
 <BR>
 Default: <EM>white</EM> 
 <DT><B>lines=</B><EM>value</EM>
@@ -31,7 +31,7 @@
 <BR>
 Options: 1 - 1000 
 
-If the <EM>value</B>s</EM> of both <EM>lines</EM> and <EM>cols</EM> are not specified by 
+If the <EM>values</EM> of both <EM>lines</EM> and <EM>cols</EM> are not specified by 
 the user, <EM>d.colortable</EM> 
 divides the active frame equally among the number of categories 
 present in the named raster map layer. If one option is specified, 
@@ -58,7 +58,7 @@
 Alternately, if the user types simply <B>d.colortable</B> on the command line 
 without any program arguments, the program will prompt the user for parameter 
 settings using the standard GRASS <A HREF="parser.html">parser</A> interface described in the manual 
-entry for <EM><A HREF="parser.html">parser</A></B>.</EM> 
+entry for <EM><A HREF="parser.html">parser</A>.</EM> 
 
 <H2>EXAMPLE</H2>
 
@@ -83,7 +83,7 @@
 a map, the user should either stipulate a number of lines (rows) and 
 columns (cols) sufficient to accommodate the number of categories 
 in the map's color table, or fail to assign values to one or both of 
-<EM>lines</EM> and/or <EM>cols</B>.</EM> 
+<EM>lines</EM> and/or <EM>cols.</EM> 
 If the user runs <EM>d.colortable</EM> using the default number of 
 lines and columns (the full graphics frame), all categories from the 
 map's color table will be displayed. However, if the user requests 

Modified: grass/trunk/general/g.mkfontcap/g.mkfontcap.html
===================================================================
--- grass/trunk/general/g.mkfontcap/g.mkfontcap.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/general/g.mkfontcap/g.mkfontcap.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -17,6 +17,7 @@
     /System/Library/Fonts
     ${WINDIR}/Fonts
 </pre></div>
+<p>
 These correspond to directories where fonts can be found on some common
 operating systems. Extra directories to search can easily by added using the
 <em>extradirs</em> parameter, which accepts a comma-separated list. An extra
@@ -37,7 +38,7 @@
 
 g.mkfontcap
 </pre></div>
-
+<p>
 to create a personal copy and then to make GRASS use that file
 instead of the system copy.
 </p>

Modified: grass/trunk/gui/wxpython/docs/wxGUI.html
===================================================================
--- grass/trunk/gui/wxpython/docs/wxGUI.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/gui/wxpython/docs/wxGUI.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -174,7 +174,7 @@
 Note that when an option of the command contains spaces, you need to
 escape them with the backslash ('\') character, for example:
 <div class="code"><pre>
-d.text text=Population\ density</tt>
+d.text text=Population\ density
 </pre></div>
 </dd>
 
@@ -212,7 +212,7 @@
 where a map composition is displayed, and the statusbar.
 
 <center>
-  <br><img src="wxGUI_map_display.jpg" alt="Map Display Window"/><br><br>
+  <br><img src="wxGUI_map_display.jpg" alt="Map Display Window"><br><br>
 </center>
 
 Each Map Display Window has a unique layer tree and region
@@ -340,9 +340,9 @@
 page</a></em>.</dd>
 
 <dt><img src="icons/silk/chart_bar.png">&nbsp;
-  <img src="icons/grass/module-d.histogram.gif"> Display histogram of selected raster map</td>
+  <img src="icons/grass/module-d.histogram.gif"> Display histogram of selected raster map</dt>
 <dd>Displays histogram of selected raster map or image in new window,
-see <em><a href="d.histogram.html">d.histogram</a</em>.</dd>
+see <em><a href="d.histogram.html">d.histogram</a></em>.</dd>
 
 <dt><img src="icons/silk/overlays.png">&nbsp;
   <img src="icons/grass/gui-rastanalyze.gif"> Add overlay</dt>
@@ -358,7 +358,7 @@
 <dt><img src="icons/silk/page_green.png">&nbsp;
   <img src="icons/grass/module-d.legend.gif"> Add legend of raster map</dt>
 <dd>Adds layer to display with legend of selected raster map,
-see <a href="d.legend.html">d.legend</a></em>.</dd>
+see <em><a href="d.legend.html">d.legend</a></em>.</dd>
 
 <dt><img src="icons/silk/textfield_add.png">&nbsp;
   <img src="icons/grass/module-d.text.gif"> Add text layer</dt>

Modified: grass/trunk/imagery/i.smap/shapiro/i.smap.html
===================================================================
--- grass/trunk/imagery/i.smap/shapiro/i.smap.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/imagery/i.smap/shapiro/i.smap.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -33,7 +33,7 @@
 
 <DL>
 
-<DT><B>-m</B></A>
+<DT><B>-m</B>
 
 <DD>Use maximum likelihood estimation (instead of smap).
 Normal operation is to use SMAP estimation (see

Modified: grass/trunk/raster/r.covar/r.covar.html
===================================================================
--- grass/trunk/raster/r.covar/r.covar.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.covar/r.covar.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -31,7 +31,7 @@
 
 <dl>
 <dd>
-<b>r.covar</b> map=</b><em>layer.1</em>,<em>layer.2</em>,<em>layer.3</em>
+<b>r.covar</b> map=<em>layer.1</em>,<em>layer.2</em>,<em>layer.3</em>
 </dl>
 
 would produce a 3x3 matrix (values are example only): 

Modified: grass/trunk/raster/r.in.arc/r.in.arc.html
===================================================================
--- grass/trunk/raster/r.in.arc/r.in.arc.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.in.arc/r.in.arc.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -39,7 +39,7 @@
 To import a ARC/INFO ascii grid, applying a 10x multiplier during import, with title:
 <div class="code"><pre>
 r.in.arc input=elev_meters.asc output=elev_decimeters title="Elevation data converted to decimeters" mult=10
-</div></pre>
+</pre></div>
 
 <h2>SEE ALSO</h2>
 

Modified: grass/trunk/raster/r.in.ascii/r.in.ascii.html
===================================================================
--- grass/trunk/raster/r.in.ascii/r.in.ascii.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.in.ascii/r.in.ascii.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -109,7 +109,7 @@
 <a href="r.in.gdal.html">r.in.gdal</a>, 
 <a href="r.out.arc.html">r.out.arc</a>,
 <a href="r.in.bin.html">r.in.bin</a>,
-<a href="r3.in.ascii.html">r3.in.ascii</a></em>,
+<a href="r3.in.ascii.html">r3.in.ascii</a>,
 <a href="http://grass.itc.it/gdp/html_grass5/ascii_formats.html">GRASS ASCII formats</a>
 </em>
 

Modified: grass/trunk/raster/r.lake/r.lake.html
===================================================================
--- grass/trunk/raster/r.lake/r.lake.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.lake/r.lake.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -18,7 +18,7 @@
 <p>The water level must be in DEM units.</p>
 
 <h2>NOTES</h2>
-
+<p>
 The seed (starting) point can be a raster map with at least one
 cell value greater than zero, or a seed point can be specified as an E,
 N coordinate pair. If the seed is specified as a coordinate pair, an additional
@@ -63,7 +63,7 @@
   if(isnull(${seedmap}[-1,-1]),0, ${seedmap}[-1,-1]>0 && ${wlevel}>${dem}),\
  ${wlevel}-${dem}, null() )))
 </pre></div>
-
+<p>
 The ${seedmap} variable is replaced by seed map names, ${dem} with DEM map name, and
 ${wlevel} with target water level.  To get single water level, this code block is
 called with same level numerous times (in a loop) as the lake grows by single cells

Modified: grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html
===================================================================
--- grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.li/r.li.padcv/r.li.padcv.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -10,7 +10,6 @@
   <li><b>MPS</b>: mean patch area size<br></li>
   <li><b>a<small><small>i</small></small></b>: area of patch i<br></li>
   <li><b>N<small>patch</small></b>: number of patch<br></li>
-  </li>
 </ul>
 
 

Modified: grass/trunk/raster/r.li/r.li.padrange/r.li.padrange.html
===================================================================
--- grass/trunk/raster/r.li/r.li.padrange/r.li.padrange.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.li/r.li.padrange/r.li.padrange.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -7,7 +7,6 @@
 <ul>
   <li><b>a<small><small>max</small></small></b>: max patch area size<br></li>
   <li><b>a<small><small>min</small></small></b>: min patch area size<br></li>
-  </li>
 </ul>
 
 <h2>EXAMPLES</h2>

Modified: grass/trunk/raster/r.li/r.li.padsd/r.li.padsd.html
===================================================================
--- grass/trunk/raster/r.li/r.li.padsd/r.li.padsd.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.li/r.li.padsd/r.li.padsd.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -6,7 +6,6 @@
   <li><b>MPS</b>: mean patch area size<br></li>
   <li><b>a<small><small>i</small></small></b>: area of patch i<br></li>
   <li><b>N<small>patch</small></b>: number of patch<br></li>
-  </li>
 </ul>
 
 <h2>EXAMPLES</h2>

Modified: grass/trunk/raster/r.li/r.li.patchdensity/r.li.patchdensity.html
===================================================================
--- grass/trunk/raster/r.li/r.li.patchdensity/r.li.patchdensity.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.li/r.li.patchdensity/r.li.patchdensity.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -40,7 +40,7 @@
 If you want to have null values instead run <br>
 <div class="code"><pre>
 r.null setnull=0 map=my_out
-<pre></div>
+</pre></div>
 after index calculation.<br>
 <!-- next ??????: -->
 If raster area is 0, <em>r.li.patchdensity</em> returns -1. This is only possible
@@ -61,4 +61,4 @@
 <a href="mailto:spano at cli.di.unipi.it">spano at cli.di.unipi.it</a>,
 <a href="mailto:porta at cli.di.unipi.it">porta at cli.di.unipi.it</a><BR>
 
-<p><i>Last changed: $Date$</i<pre>
+<p><i>Last changed: $Date$</i>

Modified: grass/trunk/raster/r.li/r.li.setup/r.li.setup.html
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/r.li.setup.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.li/r.li.setup/r.li.setup.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -74,7 +74,7 @@
 	  <li><em>Whole map layer</em>: the sample frame is the whole map
 	  <li><em>Keyboard setting</em>: the user enters the coordinates in
 	  cells of upper left corner of sampling frame and its length in
-	  rows and columns</em>
+	  rows and columns
 	  <li><em>Draw the sample frame</em>: the user draws the sample frame
 	  on map using mouse.
 	  </ul>

Modified: grass/trunk/raster/r.mfilter/r.mfilter.html
===================================================================
--- grass/trunk/raster/r.mfilter/r.mfilter.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.mfilter/r.mfilter.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -39,7 +39,7 @@
      TYPE        S/P
 </pre>
 
-
+<dl>
 <dt>TITLE 
 
 <dd>A one-line TITLE for the filter.
@@ -86,7 +86,7 @@
 For example, the following describes two filters:
 </p>
 
-</dd>
+</dl>
 
 
 <h2>EXAMPLE FILTER FILE</h2>

Modified: grass/trunk/raster/r.mfilter.fp/r.mfilter.fp.html
===================================================================
--- grass/trunk/raster/r.mfilter.fp/r.mfilter.fp.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.mfilter.fp/r.mfilter.fp.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -39,7 +39,7 @@
      TYPE        S/P
 </pre>
 
-
+<dl>
 <dt>TITLE 
 
 <dd>A one-line TITLE for the filter.
@@ -86,7 +86,7 @@
 For example, the following describes two filters:
 </p>
 
-</dd>
+</dl>
 
 
 <h2>EXAMPLE FILTER FILE</h2>

Modified: grass/trunk/raster/r.out.ppm3/r.out.ppm3.html
===================================================================
--- grass/trunk/raster/r.out.ppm3/r.out.ppm3.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.out.ppm3/r.out.ppm3.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -30,7 +30,7 @@
 
 <h2>AUTHOR</h2>
 
-Glynn Clements <glynn.clements at virgin.net><br>
+Glynn Clements<br>
 Based upon <em>r.out.ppm</em> and <em>d.rgb</em>.
 
 <p><i>Last changed: $Date$</i>

Modified: grass/trunk/raster/r.resamp.interp/r.resamp.interp.html
===================================================================
--- grass/trunk/raster/r.resamp.interp/r.resamp.interp.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.resamp.interp/r.resamp.interp.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -12,7 +12,7 @@
 <li>bilinear (4 cells)</li>
 <li>bicubic (16 cells)</li>
 </ul>
-
+<p>
 This module is intended for reinterpolation of continuous data
 to a different resolution rather than for interpolation from scattered data
 (use the <em>v.surf.*</em> modules for that purpose).

Modified: grass/trunk/raster/r.rescale/r.rescale.html
===================================================================
--- grass/trunk/raster/r.rescale/r.rescale.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.rescale/r.rescale.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -34,7 +34,7 @@
 the full category value range for rescaling if desired.
 This also means that the user should know the category
 value range for the input raster map layer.  The user can
-request the </b><em>r.rescale</em> program to determine
+request the <em>r.rescale</em> program to determine
 this range, or can obtain it using the
 <em><a href="r.describe.html">r.describe</a></em> or <em><a href="r.info.html">r.info</a></em> 
 command.  If the category value range is determined using

Modified: grass/trunk/raster/r.rescale.eq/r.rescale.eq.html
===================================================================
--- grass/trunk/raster/r.rescale.eq/r.rescale.eq.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/raster/r.rescale.eq/r.rescale.eq.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -34,7 +34,7 @@
 the full category value range for rescaling if desired.
 This also means that the user should know the category
 value range for the input raster map layer.  The user can
-request the </b><em>r.rescale.eq</em> program to determine
+request the <em>r.rescale.eq</em> program to determine
 this range, or can obtain it using the
 <em><a href="r.describe.html">r.describe</a></em> or
 <em><a href="r.info.html">r.info</a></em>

Modified: grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.html
===================================================================
--- grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/scripts/i.in.spotvgt/i.in.spotvgt.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -46,6 +46,6 @@
 
 <h2>AUTHOR</h2>
 
-Markus Neteler</a>
+Markus Neteler
 
 <p><i>Last changed: $Date$</i>

Modified: grass/trunk/vector/v.generalize/v.generalize.html
===================================================================
--- grass/trunk/vector/v.generalize/v.generalize.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/vector/v.generalize/v.generalize.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -92,6 +92,7 @@
 <DIV class="code"><PRE>
 v.generalize input=in output=out method=douglas_reduction threshold=0 reduction=X
 </PRE></DIV>
+<P>
 is that 'out' contains approximately only X% of points of 'in'.
 </P>
 

Modified: grass/trunk/vector/v.net.visibility/v.net.visibility.html
===================================================================
--- grass/trunk/vector/v.net.visibility/v.net.visibility.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/vector/v.net.visibility/v.net.visibility.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -10,7 +10,6 @@
 <div class="code"><pre>
 v.buffer input=map output=bufferedmap buffer=1 type=point,line,area,boundary
 </pre></div>
-</p>
 
 
 <p>
@@ -34,7 +33,6 @@
 <div class="code"><pre>
 v.net.visibility input=map vis=vis_map output=new_vis_map coordinate=25556200,6686400,25556400,6686600
 </pre></div>
-</p>
 
 <h2>EXAMPLE 1</h2>
 A simple example showing how to use the module

Modified: grass/trunk/vector/v.out.vtk/v.out.vtk.html
===================================================================
--- grass/trunk/vector/v.out.vtk/v.out.vtk.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/vector/v.out.vtk/v.out.vtk.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -48,7 +48,6 @@
  <li><i>vtk Vertices</i> -- representing points and centroids </li>
  <li><i>vtk lines</i> -- representing lines and boundaries </li> 
  <li><i>vtk polygons</i> -- representing areas and faces </li>
-</li>
 </ul>
 <p>
 The VTK file can be visualized with
@@ -57,6 +56,7 @@
 <EM><A HREF="http://mayavi.sourceforge.net">MayaVi</A></EM>.
 
 <h3>Attention</h3>
+<p>
 If areas or faces are exported, the data have to be triangulated within Paraview or
 MayaVi.
 </p>

Modified: grass/trunk/vector/v.surf.rst/v.surf.rst.html
===================================================================
--- grass/trunk/vector/v.surf.rst/v.surf.rst.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/vector/v.surf.rst/v.surf.rst.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -137,7 +137,7 @@
 is usually within the 10-100 range and does not depend on the actual scale
 (distances) of the original data (which can be km for regional applications
 or cm for field experiments).
-<br>2. Flag<b> -t </b>: </b>The given <em>tension</em>
+<br>2. Flag<b> -t </b>: The given <em>tension</em>
 is applied to un-normalized data (rescaled tension = t<em>ension*dnorm</em>/1000
 is applied to normalized data (x/<em>dnorm</em>) and therefore <em>dnorm</em>
 
@@ -225,7 +225,7 @@
 
 
 <h3>Cross validation procedure</h3>
-
+<p>
 The "optimal" approximation parameters for given data can be found using 
 a cross-validation (CV) procedure (<b>-c </b>flag). 
 The CV procedure is based on removing one input data point at a time, 

Modified: grass/trunk/vector/v.to.rast/v.to.rast.html
===================================================================
--- grass/trunk/vector/v.to.rast/v.to.rast.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/vector/v.to.rast/v.to.rast.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -83,7 +83,6 @@
 <div class="code"><pre>
 v.to.rast in=streams out=streamsdir use=dir
 </pre></div>
-</p>
 
 <P>
 <P>
@@ -92,7 +91,6 @@
 v.to.rast in=fields out=myfields use=attr col=cat labelcol=label
 r.category myfields
 </pre></div>
-</p>
 
 <h2>SEE ALSO</h2>
 <em>

Modified: grass/trunk/vector/v.vol.rst/v.vol.rst.html
===================================================================
--- grass/trunk/vector/v.vol.rst/v.vol.rst.html	2008-08-17 10:28:45 UTC (rev 32835)
+++ grass/trunk/vector/v.vol.rst/v.vol.rst.html	2008-08-17 13:27:35 UTC (rev 32836)
@@ -140,7 +140,7 @@
 
 <P>
 <i>Example 
- (<based on <a href="http://mpa.itc.it/grasstutor/data_menu2nd.phtml">Slovakia3d dataset</a>):</i>
+ (based on <a href="http://mpa.itc.it/grasstutor/data_menu2nd.phtml">Slovakia3d dataset</a>):</i>
 <P>
 <div class="code"><pre>
 v.info -c precip3d



More information about the grass-commit mailing list