index.rst 1.0 KB

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