Explorar o código

update manual

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46553 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz %!s(int64=14) %!d(string=hai) anos
pai
achega
ac6eee80a8
Modificáronse 1 ficheiros con 18 adicións e 5 borrados
  1. 18 5
      vector/v.net.bridge/v.net.bridge.html

+ 18 - 5
vector/v.net.bridge/v.net.bridge.html

@@ -3,11 +3,24 @@
 <em>v.net.bridge</em> finds bridges and articulation points in a network. 
 
 <h2>NOTES</h2>
-Bridge in a network is an edge/line whose removal would disconnect the (sub-)network. A node is an articulation point if its removal would disconnect the (sub-)network. For more information and formal definitions check the wikipedia entries: <a href="http://en.wikipedia.org/wiki/Bridge_%28graph_theory%29">bridge</a> and <a href="http://en.wikipedia.org/wiki/Cut_vertex">articulation point</a>.<br><br>
-The output of the module contains the selected features. If <b>method=bridge</b> then lines corresponding to bridges are copied from the input map to the output map. On the other hand, if <b>method=articulation</b> then point are created on the positions of articulation points.<br><br>
-
-
-<br>In GRASS, <em>line</em> is not always a single line segments. It might be, and often is, a sequence of line segments between two intersections. Also, articulation point is a standard graph theoretic terminology which is slightly  misleading in GRASS. An articulation point in graph theory is an articulation <em>node</em> in GRASS terminology. 
+Bridge in a network is an edge/line whose removal would disconnect the 
+(sub-)network. A node is an articulation point if its removal would 
+disconnect the (sub-)network. For more information and formal definitions 
+check the wikipedia entries: 
+<a href="http://en.wikipedia.org/wiki/Bridge_%28graph_theory%29">bridge</a> 
+and <a href="http://en.wikipedia.org/wiki/Cut_vertex">articulation point</a>.<br><br>
+The output of the module contains the selected features. For 
+<b>method=bridge</b>, lines corresponding to bridges are copied from 
+the input map to the output map. On the other hand, for 
+<b>method=articulation</b>, points are created on the positions of 
+articulation points.<br><br>
+
+
+<br>In GRASS, <em>line</em> is not always a single line segment. It 
+might be, and often is, a sequence of line segments between two 
+intersections. Also, articulation point is a standard graph theoretic 
+terminology which is slightly misleading in GRASS. An articulation point 
+in graph theory is an articulation <em>node</em> in GRASS terminology. 
 
 <h2>EXAMPLES</h2>