@@ -896,12 +896,11 @@ def neighbors(v):
896896
897897class DirectedEdge (Builtin ):
898898 """
899- <url>
900- :Directed edge :
899+ Edge of a <url>
900+ :Directed graph :
901901 https://en.wikipedia.org/wiki/Directed_graph</url> (<url>
902902 :NetworkX:
903- https://networkx.org/documentation/networkx-2.8.8/reference/classes/digraph.html</url>,
904- <url>
903+ https://networkx.org/documentation/networkx-2.8.8/reference/classes/digraph.html</url>, <url>
905904 :WMA:
906905 https://reference.wolfram.com/language/ref/DirectedEdge.html</url>)
907906
@@ -919,11 +918,10 @@ class EdgeConnectivity(_NetworkXBuiltin):
919918 """
920919 <url>
921920 :Edge connectivity:
922- https://en.wikipedia.org/wiki/Directed_graph</url> (<url>
921+ https://en.wikipedia.org/wiki/Directed_graph#Directed_graph_connectivity </url> (<url>
923922 :NetworkX:
924923 https://networkx.org/documentation/networkx-2.8.8/reference/algorithms/\
925- generated/networkx.algorithms.connectivity.connectivity.edge_connectivity.html</url>,
926- <url>
924+ generated/networkx.algorithms.connectivity.connectivity.edge_connectivity.html</url>, <url>
927925 :WMA:
928926 https://reference.wolfram.com/language/ref/EdgeConnectivity.html</url>)
929927
@@ -969,7 +967,7 @@ def eval_st(self, graph, s, t, expression, evaluation, options):
969967class EdgeIndex (_NetworkXBuiltin ):
970968 """
971969 <url>
972- :WMA:
970+ :WMA link :
973971 https://reference.wolfram.com/language/ref/EdgeIndex.html</url>
974972
975973 <dl>
@@ -997,7 +995,7 @@ def eval(self, graph, v, expression, evaluation, options):
997995class EdgeList (_PatternList ):
998996 """
999997 <url>
1000- :WMA:
998+ :WMA link :
1001999 https://reference.wolfram.com/language/ref/EdgeList.html</url>
10021000
10031001 <dl>
@@ -1015,7 +1013,7 @@ def _items(self, graph):
10151013class EdgeRules (_NetworkXBuiltin ):
10161014 """
10171015 <url>
1018- :WMA:
1016+ :WMA link :
10191017 https://reference.wolfram.com/language/ref/EdgeRules.html</url>
10201018
10211019 <dl>
@@ -1047,8 +1045,7 @@ class FindShortestPath(_NetworkXBuiltin):
10471045 https://en.wikipedia.org/wiki/Shortest_path_problem</url> (<url>
10481046 :NetworkX:
10491047 https://networkx.org/documentation/networkx-2.8.8/reference/algorithms\
1050- /generated/networkx.algorithms.shortest_paths.generic.shortest_path.html</url>,
1051- <url>
1048+ /generated/networkx.algorithms.shortest_paths.generic.shortest_path.html</url>, <url>
10521049 :WMA:
10531050 https://reference.wolfram.com/language/ref/FindShortestPath.html</url>)
10541051
@@ -1082,7 +1079,7 @@ class FindShortestPath(_NetworkXBuiltin):
10821079 summary_text = "find the shortest path between two vertices"
10831080
10841081 def eval_s_t (self , graph , s , t , expression , evaluation , options ):
1085- "%(name)s [graph_, s_, t_, OptionsPattern[%(name)s ]]"
1082+ "FindShortestPath [graph_, s_, t_, OptionsPattern[FindShortestPath ]]"
10861083 graph = self ._build_graph (graph , evaluation , options , expression )
10871084 if not graph :
10881085 return
@@ -1168,8 +1165,7 @@ def eval_st(self, graph, s, t, expression, evaluation, options):
11681165
11691166class GraphAtom (AtomBuiltin ):
11701167 """
1171- <url>:Graph:https://en.wikipedia.org/wiki/graph</url> (
1172- <url>:WMA:
1168+ <url>:Graph:https://en.wikipedia.org/wiki/graph</url> (<url>:WMA:
11731169 https://reference.wolfram.com/language/ref/Graph.html</url>)
11741170 <dl>
11751171 <dt>'Graph[{$e1, $e2, ...}]'
@@ -1223,7 +1219,7 @@ def eval_1(self, vertices, edges, evaluation, options):
12231219class HighlightGraph (_NetworkXBuiltin ):
12241220 """
12251221 <url>
1226- :WMA:
1222+ :WMA link :
12271223 https://reference.wolfram.com/language/ref/HighlightGraph.html</url>
12281224
12291225 <dl>
@@ -1263,7 +1259,7 @@ def parse(item):
12631259class Property (Builtin ):
12641260 """
12651261 <url>
1266- :WMA:
1262+ :WMA link :
12671263 https://reference.wolfram.com/language/ref/Property.html</url>
12681264
12691265 <dl>
@@ -1279,7 +1275,7 @@ class Property(Builtin):
12791275class PropertyValue (Builtin ):
12801276 """
12811277 <url>
1282- :WMA:
1278+ :WMA link :
12831279 https://reference.wolfram.com/language/ref/PropertyValue.html</url>
12841280
12851281 <dl>
@@ -1322,7 +1318,7 @@ def eval(self, graph, item, name, evaluation):
13221318class VertexAdd (_NetworkXBuiltin ):
13231319 """
13241320 <url>
1325- :WMA:
1321+ :WMA link :
13261322 https://reference.wolfram.com/language/ref/VertexAdd.html</url>
13271323
13281324 <dl>
@@ -1342,7 +1338,7 @@ class VertexAdd(_NetworkXBuiltin):
13421338 summary_text = "add a vertex"
13431339
13441340 def eval (self , graph : Expression , what , expression , evaluation , options ):
1345- "%(name)s [graph_, what_, OptionsPattern[%(name)s ]]"
1341+ "VertexAdd [graph_, what_, OptionsPattern[VertexAdd ]]"
13461342 mathics_graph = self ._build_graph (graph , evaluation , options , expression )
13471343 if mathics_graph :
13481344 if what .get_head_name () == "System`List" :
@@ -1356,7 +1352,7 @@ def eval(self, graph: Expression, what, expression, evaluation, options):
13561352class VertexConnectivity (_NetworkXBuiltin ):
13571353 """
13581354 <url>
1359- :WMA:
1355+ :WMA link :
13601356 https://reference.wolfram.com/language/ref/VertexConnectivity.html</url>
13611357
13621358 <dl>
@@ -1407,7 +1403,7 @@ def eval_st(self, graph, s, t, expression, evaluation, options):
14071403class VertexDelete (_NetworkXBuiltin ):
14081404 """
14091405 <url>
1410- :WMA:
1406+ :WMA link :
14111407 https://reference.wolfram.com/language/ref/VertexDelete.html</url>
14121408
14131409 <dl>
@@ -1448,7 +1444,7 @@ def eval(self, graph, what, expression, evaluation, options) -> Optional[Graph]:
14481444class VertexIndex (_NetworkXBuiltin ):
14491445 """
14501446 <url>
1451- :WMA:
1447+ :WMA link :
14521448 https://reference.wolfram.com/language/ref/VertexIndex.html</url>
14531449 <dl>
14541450 <dt>'VertexIndex'['g', 'v']
@@ -1476,7 +1472,7 @@ def eval(self, graph, v, expression, evaluation, options):
14761472class VertexList (_PatternList ):
14771473 """
14781474 <url>
1479- :WMA:
1475+ :WMA link :
14801476 https://reference.wolfram.com/language/ref/VertexList.html</url>
14811477 <dl>
14821478 <dt>'VertexList[$edgelist$]'
@@ -1503,7 +1499,7 @@ def _items(self, graph):
15031499class UndirectedEdge (Builtin ):
15041500 """
15051501 <url>
1506- :WMA:
1502+ :WMA link :
15071503 https://reference.wolfram.com/language/ref/UndirectedEdge.html</url>
15081504
15091505 <dl>
@@ -1543,9 +1539,9 @@ class UndirectedEdge(Builtin):
15431539
15441540class EdgeDelete (_NetworkXBuiltin ):
15451541 """
1546- <url>
1542+ Delete an Edge ( <url>
15471543 :WMA:
1548- https://reference.wolfram.com/language/ref/EdgeDelete.html</url>
1544+ https://reference.wolfram.com/language/ref/EdgeDelete.html</url>)
15491545
15501546 <dl>
15511547 <dt>'EdgeDelete'[$g$, $edge$]
0 commit comments