trevorc / chouwa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The documentation for chouwa is maintained in the docstrings of the
modules of the source. It is possible to extract the documentation to
HTML form via `epydoc`_. To generate HTML documentation in the directory
``docs``, run the following command::

    epydoc --output docs --docformat restructuredtext chouwa

You can then browse to docs/index.html in your web browser to view the
API documentation for chouwa.

.. _`epydoc`: http://epydoc.sourceforge.net/

About

License:MIT License


Languages

Language:Python 100.0%