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 6Modulegraph - Python module dependency graph 7============================================ 8 9modulegraph determines a dependency graph between Python modules primarily 10by bytecode analysis for import statements. 11 12modulegraph uses similar methods to :mod:`modulefinder` from the standard library, 13but uses a more flexible internal representation, has more extensive 14knowledge of special cases, and is extensible. 15 16Contents: 17 18.. toctree:: 19 :maxdepth: 1 20 21 changelog 22 license 23 commandline 24 modulegraph 25 find_modules 26 util 27 zipio 28 29Online Resources 30---------------- 31 32* `Sourcecode repository on bitbucket <http://bitbucket.org/ronaldoussoren/modulegraph/>`_ 33 34* `The issue tracker <http://bitbucket.org/ronaldoussoren/modulegraph/issues>`_ 35 36Indices and tables 37------------------ 38 39* :ref:`genindex` 40* :ref:`modindex` 41* :ref:`search` 42 43