Browse Source

Update doc/api/core/Edge.rst

Ivan Kuzev 13 years ago
parent
commit
e826f93d6a
1 changed files with 21 additions and 2 deletions
  1. 21 2
      doc/api/core/Edge.rst

+ 21 - 2
doc/api/core/Edge.rst

@@ -1,7 +1,26 @@
 Edge - Edge between two vertices
 --------------------------------
 
-.. js:class:: Edge()
+.. rubric:: Constructor
+
+**class**:: Edge(*v1*,*v2*,*vi1*,*vi2*)
+
++-----------+---------+------------------------------------+ 
+| Parameter | Type    | Description                        | 
++===========+=========+====================================+ 
+| *v1*      | ?       |                                    | 
++-----------+---------+------------------------------------+ 
+| *v2*      | ?       |                                    | 
++-----------+---------+------------------------------------+ 
+| *vi1*     | integer | index of vertex 1(i am guessing)   | 
++-----------+---------+------------------------------------+ 
+| *vi2*     | integer | index of vertex 2(i am guessing)   | 
++-----------+---------+------------------------------------+ 
+
+.. rubric:: Attributes
+//todo
+
+
+
 
-    Edge between two vertices