Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Unified Diff: tools/telemetry/third_party/altgraph/doc/core.rst

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/third_party/altgraph/doc/conf.py ('k') | tools/telemetry/third_party/altgraph/doc/dot.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/third_party/altgraph/doc/core.rst
diff --git a/tools/telemetry/third_party/altgraph/doc/core.rst b/tools/telemetry/third_party/altgraph/doc/core.rst
deleted file mode 100644
index 8288f6a9442e000658529a70ee1d379c25dc2a8d..0000000000000000000000000000000000000000
--- a/tools/telemetry/third_party/altgraph/doc/core.rst
+++ /dev/null
@@ -1,26 +0,0 @@
-:mod:`altgraph` --- A Python Graph Library
-==================================================
-
-.. module:: altgraph
- :synopsis: A directional graph for python
-
-altgraph is a fork of `graphlib <http://pygraphlib.sourceforge.net>`_ 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 <http://www.ece.arizona.edu/~denny/python_nest/graph_lib_1.0.1.html>`_
-written by Nathan Denny it has been significantly optimized and expanded.
-
-The :class:`altgraph.Graph.Graph` class is loosely modeled after the `LEDA <http://www.algorithmic-solutions.com/enleda.htm>`_
-(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 <http://www.research.att.com/sw/tools/graphviz/>`_.
-
-
-.. exception:: GraphError
-
- Exception raised when methods are called with bad values of
- an inconsistent state.
« no previous file with comments | « tools/telemetry/third_party/altgraph/doc/conf.py ('k') | tools/telemetry/third_party/altgraph/doc/dot.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698