@@ -55,7 +55,9 @@ def eval_patt(
5555class EdgeCount (_PatternCount ):
5656 """
5757 <url>
58- :WMA link:
58+ :NetworkX:
59+ https://networkx.org/documentation/latest/reference/generated/networkx.classes.function.edges.html#edges</url>, <url>
60+ :WMA:
5961 https://reference.wolfram.com/language/ref/EdgeCount.html</url>
6062
6163 <dl>
@@ -82,6 +84,12 @@ def _items(self, graph):
8284
8385class GraphDistance (_NetworkXBuiltin ):
8486 """
87+ <url>
88+ :NetworkX:
89+ https://networkx.org/documentation/latest/reference/algorithms/generated/networkx.algorithms.shortest_paths.generic.shortest_path_length.html</url>, <url>
90+ :WMA:
91+ https://reference.wolfram.com/language/ref/GraphDistance.html</url>
92+
8593 <dl>
8694 <dt>'GraphDistance'[$g$, $s$, $t$]
8795 <dd>returns the distance from source vertex $s$ to target vertex $t$ in the graph $g$.
@@ -155,7 +163,9 @@ def eval_s_t(self, graph, s, t, expression, evaluation: Evaluation, options: dic
155163class VertexCount (_PatternCount ):
156164 """
157165 <url>
158- :WMA link:
166+ :NetworkX:
167+ https://networkx.org/documentation/latest/reference/generated/networkx.classes.function.nodes.html</url>, <url>
168+ :WMA:
159169 https://reference.wolfram.com/language/ref/VertexCount.html</url>
160170
161171 <dl>
@@ -193,8 +203,10 @@ def _items(self, graph):
193203class VertexDegree (_NetworkXBuiltin ):
194204 """
195205 <url>
196- :WMA link:
197- https://reference.wolfram.com/language/ref/EdgeCount.html</url>
206+ :NetworkX:
207+ https://networkx.org/documentation/latest/reference/classes/generated/networkx.Graph.degree.html</url>, <url>
208+ :WMA:
209+ https://reference.wolfram.com/language/ref/VertexDegree.html</url>
198210
199211 <dl>
200212 <dt>'VertexDegree[$g$]'
0 commit comments