doc/python/overview.rst
author Aravindakshan Babu <akshan@stanford.edu>
Tue, 17 Aug 2010 22:19:19 -0700
branchdev
changeset 219 5311343eb2f5
parent 146 4e27f1f7c169
child 221 9ea8d4630907
permissions -rw-r--r--
Added documentation for the python classes Point and PersistenceDiagram. Removed the __sub__ method for PersistenceDiagram. Minor renaming. Renamed BottleneckDistance to bottleneck_distance. Renamed intervals iterator for PersistenceDiagram to points. Seems in better conformance with usage.

.. _python-bindings:

Python bindings: module :mod:`dionysus`
=======================================

.. module::         dionysus
.. moduleauthor::   Dmitriy Morozov <dmitriy@mrzv.org>

The :ref:`tutorial` describes how to use the bindings. The pages in this section
document the API of various classes and functions.

The following classes are available in the module:

.. toctree::
    :maxdepth: 1

    simplex.rst
    filtration.rst
    static-persistence.rst
    cohomology-persistence.rst
    alphashapes.rst
    rips.rst
    zigzag-persistence.rst
    point.rst
    persistence-diagram.rst