Pārlūkot izejas kodu

v.net-enhancing ddocumentation for v.net. Make prefers <p> to come after <li> instead of before <li> for some reason

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53391 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 12 gadi atpakaļ
vecāks
revīzija
091fd9b2cb
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      vector/v.net/v.net.html

+ 3 - 3
vector/v.net/v.net.html

@@ -21,14 +21,14 @@ data layer (normally layer 1) and nodes are stored in a different data layer
 method to add arcs to a set of nodes:
 method to add arcs to a set of nodes:
 
 
 <ol>
 <ol>
-<li>Use the <em>connect</em> operation to create nodes from a vector points 
+<li><p>Use the <em>connect</em> operation to create nodes from a vector points 
 file and add these nodes to an existing vector network of arcs (i.e., 
 file and add these nodes to an existing vector network of arcs (i.e., 
 lines/boundaries). This is useful when the goal is to analyze a set of places
 lines/boundaries). This is useful when the goal is to analyze a set of places
 (points) in relation to a network--for example travel costs between places.
 (points) in relation to a network--for example travel costs between places.
 Only points within the <em>thresh</em> (threshold) distance to a line/boundary
 Only points within the <em>thresh</em> (threshold) distance to a line/boundary
 will be connected as network nodes.</li>
 will be connected as network nodes.</li>
 
 
-<p><li>Create nodes and arcs from a vector line/boundary file using the <em>node</em>
+<li><p>Create nodes and arcs from a vector line/boundary file using the <em>node</em>
 operation. This is useful if you are mostly interested in the
 operation. This is useful if you are mostly interested in the
 network itself and thus you can use intersections of the network as start and
 network itself and thus you can use intersections of the network as start and
 end points. Nodes will be created at all intersections of two or more lines.
 end points. Nodes will be created at all intersections of two or more lines.
@@ -36,7 +36,7 @@ For an <em>arc</em> that consists of several segments connected by
 vertices (the typical case), only the starting and ending vertices are 
 vertices (the typical case), only the starting and ending vertices are 
 treated as network nodes.</li>
 treated as network nodes.</li>
 
 
-<p><li>Create straight-line arcs between pairs of nodes with the <em>arcs</em> option. 
+<li>Create straight-line arcs between pairs of nodes with the <em>arcs</em> option. 
 This produces networks like those of airline flights between airports. It is
 This produces networks like those of airline flights between airports. It is
 also similar to the kind of network created with social networking
 also similar to the kind of network created with social networking
 software, making it possible to create georeferenced social networks.</li> 
 software, making it possible to create georeferenced social networks.</li>