PyMT - Documentation
====================

You can access to the API documentation on web :
  * last released version : http://pymt.eu/docs/api
  * trunk version, nightly updated : http://pymt.eu/docs/api-trunk/


How to build the documentation
------------------------------

You need to install :
  * Python Sphinx (apt-get install python-sphinx)
  * Latest pymt

Run autobuild.py :
  python autobuild.py

And generate documentation
  make html

Documentation will be accessible in build/html/

