OLD | NEW |
| (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 | |
OLD | NEW |