aboutsummaryrefslogtreecommitdiff
path: root/catapult/telemetry/third_party/modulegraph/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/telemetry/third_party/modulegraph/doc/index.rst')
-rw-r--r--catapult/telemetry/third_party/modulegraph/doc/index.rst42
1 files changed, 42 insertions, 0 deletions
diff --git a/catapult/telemetry/third_party/modulegraph/doc/index.rst b/catapult/telemetry/third_party/modulegraph/doc/index.rst
new file mode 100644
index 00000000..534b4d3d
--- /dev/null
+++ b/catapult/telemetry/third_party/modulegraph/doc/index.rst
@@ -0,0 +1,42 @@
+.. modulegraph documentation master file, created by
+ sphinx-quickstart on Tue Sep 28 21:04:40 2010.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Modulegraph - Python module dependency graph
+============================================
+
+modulegraph determines a dependency graph between Python modules primarily
+by bytecode analysis for import statements.
+
+modulegraph uses similar methods to :mod:`modulefinder` from the standard library,
+but uses a more flexible internal representation, has more extensive
+knowledge of special cases, and is extensible.
+
+Contents:
+
+.. toctree::
+ :maxdepth: 1
+
+ changelog
+ license
+ commandline
+ modulegraph
+ find_modules
+ util
+ zipio
+
+Online Resources
+----------------
+
+* `Sourcecode repository on bitbucket <http://bitbucket.org/ronaldoussoren/modulegraph/>`_
+
+* `The issue tracker <http://bitbucket.org/ronaldoussoren/modulegraph/issues>`_
+
+Indices and tables
+------------------
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+