From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- python/altgraph/doc/_build/html/core.html | 130 ++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 python/altgraph/doc/_build/html/core.html (limited to 'python/altgraph/doc/_build/html/core.html') diff --git a/python/altgraph/doc/_build/html/core.html b/python/altgraph/doc/_build/html/core.html new file mode 100644 index 000000000..3d2ee1737 --- /dev/null +++ b/python/altgraph/doc/_build/html/core.html @@ -0,0 +1,130 @@ + + + + + + + + altgraph — A Python Graph Library — altgraph 0.11 documentation + + + + + + + + + + + + + + + +
+
+
+
+ +
+

altgraph — A Python Graph Library

+

altgraph is a fork of graphlib tailored +to use newer Python 2.3+ features, including additional support used by the +py2app suite (modulegraph and macholib, specifically).

+

altgraph is a python based graph (network) representation and manipulation package. +It has started out as an extension to the graph_lib module +written by Nathan Denny it has been significantly optimized and expanded.

+

The altgraph.Graph.Graph class is loosely modeled after the LEDA +(Library of Efficient Datatypes) representation. The library +includes methods for constructing graphs, BFS and DFS traversals, +topological sort, finding connected components, shortest paths as well as a number +graph statistics functions. The library can also visualize graphs +via graphviz.

+
+
+exception altgraph.GraphError
+

Exception raised when methods are called with bad values of +an inconsistent state.

+
+ +
+ + +
+
+
+
+
+

Previous topic

+

License

+

Next topic

+

altgraph.Graph — Basic directional graphs

+ + +
+
+
+
+ + + + \ No newline at end of file -- cgit v1.2.3