Home | History | Annotate | Download | only in doc
      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 
      6 Altgraph - A basic graph library
      7 ================================
      8 
      9 altgraph is a fork of graphlib: a graph (network) package for constructing
     10 graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
     11 graphviz output.
     12 
     13 The primary users of this package are `macholib <http://pypi.python.org/pypi/macholib>`_ and `modulegraph <http://pypi.python.org/pypi/modulegraph>`_.
     14 
     15 .. toctree::
     16    :maxdepth: 1
     17 
     18    changelog
     19    license
     20    core
     21    graph
     22    objectgraph
     23    graphalgo
     24    graphstat
     25    graphutil
     26    dot
     27 
     28 Online Resources
     29 ----------------
     30 
     31 * `Sourcecode repository on bitbucket <http://bitbucket.org/ronaldoussoren/altgraph/>`_
     32 
     33 * `The issue tracker <http://bitbucket.org/ronaldoussoren/altgraph/issues>`_
     34 
     35 Indices and tables
     36 ------------------
     37 
     38 * :ref:`genindex`
     39 * :ref:`modindex`
     40 * :ref:`search`
     41 
     42