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

Side by Side Diff: tools/telemetry/third_party/modulegraph/doc/index.rst

Issue 1647513002: Delete tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 .. modulegraph documentation master file, created by
2 sphinx-quickstart on Tue Sep 28 21:04:40 2010.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
5
6 Modulegraph - Python module dependency graph
7 ============================================
8
9 modulegraph determines a dependency graph between Python modules primarily
10 by bytecode analysis for import statements.
11
12 modulegraph uses similar methods to :mod:`modulefinder` from the standard librar y,
13 but uses a more flexible internal representation, has more extensive
14 knowledge of special cases, and is extensible.
15
16 Contents:
17
18 .. toctree::
19 :maxdepth: 1
20
21 changelog
22 license
23 commandline
24 modulegraph
25 find_modules
26 util
27 zipio
28
29 Online Resources
30 ----------------
31
32 * `Sourcecode repository on bitbucket <http://bitbucket.org/ronaldoussoren/modul egraph/>`_
33
34 * `The issue tracker <http://bitbucket.org/ronaldoussoren/modulegraph/issues>`_
35
36 Indices and tables
37 ------------------
38
39 * :ref:`genindex`
40 * :ref:`modindex`
41 * :ref:`search`
42
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/modulegraph/doc/find_modules.rst ('k') | tools/telemetry/third_party/modulegraph/doc/license.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698