index.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .. altgraph documentation master file, created by
  2. sphinx-quickstart on Tue Aug 31 11:04:49 2010.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Altgraph - A basic graph library
  6. ================================
  7. altgraph is a fork of graphlib: a graph (network) package for constructing
  8. graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
  9. graphviz output.
  10. The primary users of this package are `macholib <http://pypi.python.org/pypi/macholib>`_ and `modulegraph <http://pypi.python.org/pypi/modulegraph>`_.
  11. .. toctree::
  12. :maxdepth: 1
  13. changelog
  14. license
  15. core
  16. graph
  17. objectgraph
  18. graphalgo
  19. graphstat
  20. graphutil
  21. dot
  22. Online Resources
  23. ----------------
  24. * `Sourcecode repository on bitbucket <http://bitbucket.org/ronaldoussoren/altgraph/>`_
  25. * `The issue tracker <http://bitbucket.org/ronaldoussoren/altgraph/issues>`_
  26. Indices and tables
  27. ------------------
  28. * :ref:`genindex`
  29. * :ref:`modindex`
  30. * :ref:`search`