[GRASS-SVN] r52667 - in grass/trunk: display/d.rgb display/d.vect display/d.vect.chart lib/cairodriver raster/r.in.xyz scripts/d.rast.edit vector/v.label vector/v.net.iso vector/v.overlay

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 13 08:31:56 PDT 2012


Author: neteler
Date: 2012-08-13 08:31:56 -0700 (Mon, 13 Aug 2012)
New Revision: 52667

Modified:
   grass/trunk/display/d.rgb/d.rgb.html
   grass/trunk/display/d.vect.chart/d.vect.chart.html
   grass/trunk/display/d.vect/d.vect.html
   grass/trunk/lib/cairodriver/cairodriver.html
   grass/trunk/raster/r.in.xyz/r.in.xyz.html
   grass/trunk/scripts/d.rast.edit/d.rast.edit.html
   grass/trunk/vector/v.label/v.label.html
   grass/trunk/vector/v.net.iso/v.net.iso.html
   grass/trunk/vector/v.overlay/v.overlay.html
Log:
HTML fixes for pandoc/sphinx

Modified: grass/trunk/display/d.rgb/d.rgb.html
===================================================================
--- grass/trunk/display/d.rgb/d.rgb.html	2012-08-13 14:24:40 UTC (rev 52666)
+++ grass/trunk/display/d.rgb/d.rgb.html	2012-08-13 15:31:56 UTC (rev 52667)
@@ -69,7 +69,7 @@
 </dl>
 
 <em>Note: Future GRASS versions may do this for you automatically.</em>
-<br><br><br>
+<p>
 
 To write out the color composite to a R/G/B raster maps, use 
 <em><a href="r.composite.html">r.composite</a></em>.
@@ -77,13 +77,15 @@
 
 <h2>SEE ALSO</h2>
 
-<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.his.html">d.his</a></em><br>
-<em><a href="r.blend.html">r.blend</a></em><br>
-<em><a href="r.mapcalc.html">r.mapcalc</a></em><br>
-<em><a href="r.colors.html">r.colors</a></em><br>
-<em><a href="r.composite.html">r.composite</a></em>
+<em>
+<a href="d.colors.html">d.colors</a>,
+<a href="d.colortable.html">d.colortable</a>,
+<a href="d.his.html">d.his</a>,
+<a href="r.blend.html">r.blend</a>,
+<a href="r.mapcalc.html">r.mapcalc</a>,
+<a href="r.colors.html">r.colors</a>,
+<a href="r.composite.html">r.composite</a>
+</em>
 
 <h2>AUTHOR</h2>
 

Modified: grass/trunk/display/d.vect/d.vect.html
===================================================================
--- grass/trunk/display/d.vect/d.vect.html	2012-08-13 14:24:40 UTC (rev 52666)
+++ grass/trunk/display/d.vect/d.vect.html	2012-08-13 15:31:56 UTC (rev 52667)
@@ -106,7 +106,10 @@
   <a href="d.rast.html">d.rast</a>,
   <a href="v.colors.html">v.colors</a>,
   <a href="v.db.addcolumn.html">v.db.addcolumn</a>,
-  <a href="v.db.update.html">v.db.update</a><br>
+  <a href="v.db.update.html">v.db.update</a>
+</em>
+<p>
+<em>
   <a href="sql.html">GRASS SQL interface</a>
 </em>
 

Modified: grass/trunk/display/d.vect.chart/d.vect.chart.html
===================================================================
--- grass/trunk/display/d.vect.chart/d.vect.chart.html	2012-08-13 14:24:40 UTC (rev 52666)
+++ grass/trunk/display/d.vect.chart/d.vect.chart.html	2012-08-13 15:31:56 UTC (rev 52667)
@@ -1,7 +1,7 @@
 <h2>DESCRIPTION</h2>
 
-<em>d.vect.chart</em> displays charts for GRASS vector data in the active frame on the graphics 
-monitor.
+<em>d.vect.chart</em> displays charts for GRASS vector data in the active
+frame on the graphics monitor.
 
 <h2>NOTES</h2>
 
@@ -12,11 +12,18 @@
 <li> vector areas: on area centroids
 </ul>
 
-Bar charts are placed with their lower edge starting from the y-coordinate of the feature being symbolized, and centered with respect to the x-coordinate. The <b>-c</b> flag can be used to center the bar chart in both x and y directions.
-<br><br>
+Bar charts are placed with their lower edge starting from the y-coordinate
+of the feature being symbolized, and centered with respect to the x-coordinate.
+The <b>-c</b> flag can be used to center the bar chart in both x and y
+directions.
+<p>
 The 'sizecol' parameter is proportionate to the radius.
-<br><br>
-The optional <b>max_ref</b> parameter accepts a list of values that represent the maximum value for each column listed in the values for the parameter <b>columns</b>. These values are used to create a framed bar plot if <b>ctype</b> is <em>bar</em> (See Example 2).
+<p>
+The optional <b>max_ref</b> parameter accepts a list of values that
+represent the maximum value for each column listed in the values for the
+parameter <b>columns</b>. These values are used to create a framed bar
+plot if <b>ctype</b> is <em>bar</em> (See Example 2).
+
 <h2>EXAMPLES</h2>
 
 <h3>Example 1</h3>
@@ -41,11 +48,13 @@
 
 <h2>SEE ALSO</h2>
 
-<em><a href="d.erase.html">d.erase</a>,
+<em>
+<a href="d.erase.html">d.erase</a>,
 <a href="d.vect.html">d.vect</a>,
 <a href="d.vect.thematic.html">d.vect.thematic</a>,
 <a href="d.what.vect.html">d.what.vect</a>,
-<a href="d.rast.html">d.rast</a></em>
+<a href="d.rast.html">d.rast</a>
+</em>
 
 <h2>AUTHOR</h2>
 

Modified: grass/trunk/lib/cairodriver/cairodriver.html
===================================================================
--- grass/trunk/lib/cairodriver/cairodriver.html	2012-08-13 14:24:40 UTC (rev 52666)
+++ grass/trunk/lib/cairodriver/cairodriver.html	2012-08-13 15:31:56 UTC (rev 52667)
@@ -147,17 +147,19 @@
 
 <h2>SEE ALSO</h2>
 <em>
-  <a href="pngdriver.html">PNG driver</a>,
-  <a href="psdriver.html">PS driver</a>,
-  <a href="htmldriver.html">HTML driver</a>,
-  <a href="variables.html">variables</a>
-  <br><br>
-  <a href="d.rast.html">d.rast</a>,
-  <a href="d.vect.html">d.vect</a>,
-  <a href="d.mon.html">d.mon</a>,
-  <a href="d.erase.html">d.erase</a>,
-  <a href="d.redraw.html">d.redraw</a>
+<a href="pngdriver.html">PNG driver</a>,
+<a href="psdriver.html">PS driver</a>,
+<a href="htmldriver.html">HTML driver</a>,
+<a href="variables.html">variables</a>
 </em>
+<p>
+<em>
+<a href="d.rast.html">d.rast</a>,
+<a href="d.vect.html">d.vect</a>,
+<a href="d.mon.html">d.mon</a>,
+<a href="d.erase.html">d.erase</a>,
+<a href="d.redraw.html">d.redraw</a>
+</em>
 
 <h2>AUTHOR</h2>
 Lars Ahlzen <<i>lars (at) ahlzen.com</i>><br>

Modified: grass/trunk/raster/r.in.xyz/r.in.xyz.html
===================================================================
--- grass/trunk/raster/r.in.xyz/r.in.xyz.html	2012-08-13 14:24:40 UTC (rev 52666)
+++ grass/trunk/raster/r.in.xyz/r.in.xyz.html	2012-08-13 15:31:56 UTC (rev 52667)
@@ -17,7 +17,8 @@
  <!-- Doug Newcomb, US Fish & Wildlife Service -->
 
 <p>
-Available statistics for populating the raster are:<br>
+Available statistics for populating the raster are:
+<p>
 <blockquote>
 <table>
 <tr><td><em>n</em></td>        <td>number of points in cell</td></tr>
@@ -34,7 +35,7 @@
    <td>p<sup><i>th</i></sup> percentile of points in cell</td></tr>
 <tr><td><em>skewness</em></td> <td>skewness of points in cell</td></tr>
 <tr><td><em>trimmean</em></td> <td>trimmed mean of points in cell</td></tr>
-</table><br>
+</table>
 </blockquote>
 
 <ul>
@@ -42,14 +43,12 @@
 <li><em>Coefficient of variance</em> is given in percentage and defined as
 <tt>(stddev/mean)*100</tt>.
 </ul>
-<br>
 
 <p>
 It is also possible to bin and store another data column (e.g. backscatter)
 while simultaneously filtering and scaling both the data column values and
 the z range.
 
-
 <h2>NOTES</h2>
 
 <h3>Gridded data</h3>
@@ -107,16 +106,16 @@
 by the area covered. e.g.
 
 <div class="code"><pre>
-  wc -l inputfile.txt
-  g.region -p
-  # points_per_cell = n_points / (rows * cols)
+wc -l inputfile.txt
+g.region -p
+# points_per_cell = n_points / (rows * cols)
 
-  g.region -e
-  # UTM location:
-  # points_per_sq_m = n_points / (ns_extent * ew_extent)
+g.region -e
+# UTM location:
+# points_per_sq_m = n_points / (ns_extent * ew_extent)
 
-  # Lat/Lon location:
-  # points_per_sq_m = n_points / (ns_extent * ew_extent*cos(lat) * (1852*60)^2)
+# Lat/Lon location:
+# points_per_sq_m = n_points / (ns_extent * ew_extent*cos(lat) * (1852*60)^2)
 </pre></div>
 
 <p>
@@ -191,7 +190,6 @@
   r.to.vect -z feature=point in=lidar_min out=lidar_min_pt
   v.surf.rst layer=0 in=lidar_min_pt elev=lidar_min.rst
 </pre></div>
-<br>
 
 
 <h2>EXAMPLE</h2>
@@ -224,7 +222,6 @@
   r.mapcalc "lidar_min.rst_scaled = lidar_min.rst / (1852*60)"
   r.colors lidar_min.rst_scaled rule=bcyr -n -e
 </pre></div>
-<br>
 
 
 <h2>TODO</h2>
@@ -264,33 +261,34 @@
 
 <h2>SEE ALSO</h2>
 
-<i>
-<a href="g.region.html">g.region</a><br>
-<a href="m.proj.html">m.proj</a><br>
-<a href="r.fillnulls.html">r.fillnulls</a><br>
-<a href="r.in.ascii.html">r.in.ascii</a><br>
-<a href="r.in.lidar.html">r.in.lidar</a><br>
-<a href="r3.in.xyz.html">r3.in.xyz</a><br>
-<a href="r.mapcalc.html">r.mapcalc</a><br>
-<a href="r.neighbors.html">r.neighbors</a><br>
-<a href="r.out.xyz.html">r.out.xyz</a><br>
-<a href="r.to.rast3.html">r.to.rast3</a><br>
-<a href="r.to.vect.html">r.to.vect</a><br>
-<a href="r.univar.html">r.univar</a><br>
-<a href="v.in.ascii.html">v.in.ascii</a><br>
-<a href="v.surf.rst.html">v.surf.rst</a><br>
-<br>
+<em>
+<a href="g.region.html">g.region</a>,
+<a href="m.proj.html">m.proj</a>,
+<a href="r.fillnulls.html">r.fillnulls</a>,
+<a href="r.in.ascii.html">r.in.ascii</a>,
+<a href="r.in.lidar.html">r.in.lidar</a>,
+<a href="r3.in.xyz.html">r3.in.xyz</a>,
+<a href="r.mapcalc.html">r.mapcalc</a>,
+<a href="r.neighbors.html">r.neighbors</a>,
+<a href="r.out.xyz.html">r.out.xyz</a>,
+<a href="r.to.rast3.html">r.to.rast3</a>,
+<a href="r.to.vect.html">r.to.vect</a>,
+<a href="r.univar.html">r.univar</a>,
+<a href="v.in.ascii.html">v.in.ascii</a>,
+<a href="v.surf.rst.html">v.surf.rst</a>
+</em>
+<p>
+<em>
 <a href="v.lidar.correction.html">v.lidar.correction</a>,
 <a href="v.lidar.edgedetection.html">v.lidar.edgedetection</a>,
 <a href="v.lidar.growing.html">v.lidar.growing</a>,
 <a href="v.outlier.html">v.outlier</a>,
 <a href="v.surf.bspline.html">v.surf.bspline</a>
-</i>
-<p><i><a href="http://www.ivarch.com/programs/pv.shtml">pv</a></i>
+</em>
+<p>
+<em><a href="http://www.ivarch.com/programs/pv.shtml">pv</a></em>
  - The UNIX pipe viewer utility
-<br><br>
 
-
 <h2>AUTHORS</h2>
 
 Hamish Bowman<br> <i>
@@ -301,5 +299,4 @@
 Extended by Volker Wichmann to support the aggregate functions
 <i>median, percentile, skewness</i> and <i>trimmed mean</i>.
 
-<br>
 <p><i>Last changed: $Date$</i>

Modified: grass/trunk/scripts/d.rast.edit/d.rast.edit.html
===================================================================
--- grass/trunk/scripts/d.rast.edit/d.rast.edit.html	2012-08-13 14:24:40 UTC (rev 52666)
+++ grass/trunk/scripts/d.rast.edit/d.rast.edit.html	2012-08-13 15:31:56 UTC (rev 52667)
@@ -85,10 +85,12 @@
 new value).
 
 <p>Perhaps method(s) for multiple  or mass cell edits would be useful.
-This could be done by providing modes in which the user may:<br>
-1) edit a block of cells to a given value by drawing a box;<br>
-2) be able to choose a given value which is automatically used as
-the new value on each cell chosen until a different value is desired.
+This could be done by providing modes in which the user may:
+<ol>
+<li> edit a block of cells to a given value by drawing a box;</li>
+<li> be able to choose a given value which is automatically used as
+the new value on each cell chosen until a different value is desired.</li>
+</ol>
 
 <p>There is no interrupt handling. <!-- ?? --> This could leave files in .tmp
 or (rarely) result in half-baked raster maps.  The original file

Modified: grass/trunk/vector/v.label/v.label.html
===================================================================
--- grass/trunk/vector/v.label/v.label.html	2012-08-13 14:24:40 UTC (rev 52666)
+++ grass/trunk/vector/v.label/v.label.html	2012-08-13 15:31:56 UTC (rev 52667)
@@ -12,15 +12,13 @@
 otherwise the <em>space</em> option should be set roughly the same
 as the <em>size</em> option.
 <p>
-<br>
 A description of the labels file follows.<p> 
 The file is located in <tt>$MAPSET/paint/labels/</tt>.
 The file is a plain-text ASCII file containing the following fields:
-<br>
-<h4>Caution: The following information may be incomplete, out of date, 
-and wrong!</h4>
-<p>The label information that must be provided in the <em>labels</em> file is:
 
+<h4>Caution: The following information may be incomplete, out of date, and wrong!</h4>
+The label information that must be provided in the <em>labels</em> file is:
+
 <dl>
 <dt><b>TEXT</b>:
 
@@ -30,7 +28,6 @@
 line with a '<b><tt>\n</tt></b>'.<br>
 (e.g. <tt>SPEARFISH<b>\n</b>SOUTH DAKOTA)</tt>.
 
-
 <!-- I don't think it exists. -HB 6/2005
 <dt><b>SKIP</b>:
 
@@ -187,9 +184,7 @@
 <em>yes</em>.
 
 </dl>
-<br>
 
-
 <h2>EXAMPLE</h2>
 
 Spearfish example with TrueType font (path may differ):
@@ -212,19 +207,17 @@
 </pre></div>
 
 
-
 <h2>SEE ALSO</h2>
 <em>
-<a href="d.labels.html">d.labels</a><br>
+<a href="d.labels.html">d.labels</a>,
 <a href="ps.map.html">ps.map</a>
 </em>
-<br>
 
 
 <h2>AUTHORS</h2>
 
 Philip Verhagen (original s.label)<br>
 Radim Blazek (GRASS 6 port)<br>
-Hamish Bowman (enhancements)<br>
+Hamish Bowman (enhancements)
 
 <p><i>Last changed: $Date$</i>

Modified: grass/trunk/vector/v.net.iso/v.net.iso.html
===================================================================
--- grass/trunk/vector/v.net.iso/v.net.iso.html	2012-08-13 14:24:40 UTC (rev 52666)
+++ grass/trunk/vector/v.net.iso/v.net.iso.html	2012-08-13 15:31:56 UTC (rev 52667)
@@ -12,13 +12,15 @@
 Supported are cost assignments for both arcs and nodes, 
 and also different costs for both directions of a vector line. 
 For areas, costs will be calculated along boundary lines.
-<p>The input vector needs to be prepared with <em>v.net operation=connect</em> 
+<p>
+The input vector needs to be prepared with <em>v.net operation=connect</em> 
 in order to connect points representing center nodes to the network.
 
 <h2>NOTES</h2>
 
 Nodes and arcs can be closed using cost = -1. 
-<p>Nodes must be on the isolines.
+<p>
+Nodes must be on the isolines.
 
 
 <h2>EXAMPLES</h2>
@@ -26,13 +28,17 @@
 The map must contain at least one center (point) on the vector network 
 which can be patched into with <a href="v.net.html">v.net</a>.
 
-<p>Isonetwork using distance:
-<p><img src="vnetiso.png" alt="v.net.iso example with distance" border="1">
+<p>
+Isonetwork using distance:
+<p>
+<img src="vnetiso.png" alt="v.net.iso example with distance" border="1">
 
-<p>Isonetwork using time:
-<p><img src="vnetisotime.png" alt="v.net.iso example with traveling time" border="1">
+<p>
+Isonetwork using time:
+<p>
+<img src="vnetisotime.png" alt="v.net.iso example with traveling time" border="1">
 
-<p><h4>Subdivision of a network using distance:</h4>
+<h4>Subdivision of a network using distance:</h4>
 
 <div class="code"><pre>
 # Spearfish
@@ -150,13 +156,15 @@
 
 <h2>SEE ALSO</h2>
 
-<em><a href="d.path.html">d.path</a></em>,
-<em><a href="v.net.html">v.net</a></em>,
-<em><a href="v.net.alloc.html">v.net.alloc</a></em>,
-<em><a href="v.net.path.html">v.net.path</a></em>,
-<em><a href="v.net.salesman.html">v.net.salesman</a></em>,
-<em><a href="v.net.steiner.html">v.net.steiner</a></em>,
-<em><a href="v.patch.html">v.patch</a></em>
+<em>
+<a href="d.path.html">d.path</a>,
+<a href="v.net.html">v.net</a>,
+<a href="v.net.alloc.html">v.net.alloc</a>,
+<a href="v.net.path.html">v.net.path</a>,
+<a href="v.net.salesman.html">v.net.salesman</a>,
+<a href="v.net.steiner.html">v.net.steiner</a>,
+<a href="v.patch.html">v.patch</a>
+</em>
 
 <h2>AUTHOR</h2>
 

Modified: grass/trunk/vector/v.overlay/v.overlay.html
===================================================================
--- grass/trunk/vector/v.overlay/v.overlay.html	2012-08-13 14:24:40 UTC (rev 52666)
+++ grass/trunk/vector/v.overlay/v.overlay.html	2012-08-13 15:31:56 UTC (rev 52667)
@@ -22,7 +22,8 @@
 
 The operator defines what kind of operation will be done. Features are written to output,
 if the result of an operation 'ainput operator binput' is true.
-<p>Attributes of the tables from ainput and binput are joined into a new table
+<p>
+Attributes of the tables from ainput and binput are joined into a new table
 linked to the output maps new cat-column. 
 
 <!-- This is outdated
@@ -72,7 +73,8 @@
 <em>
 <a href="v.db.connect.html">v.db.connect</a>,
 <a href="v.select.html">v.select</a>,
-<a href="g.copy.html">g.copy</a></em>
+<a href="g.copy.html">g.copy</a>
+</em>
 
 <h2>AUTHORS</h2>
 



More information about the grass-commit mailing list