Files
deb-python-autobahn/doc/README.md
Tobias Oberstein e821057d87 update link to docs
2014-01-02 01:02:46 +01:00

619 B

AutobahnPython API Reference

The AutobahnPython API reference is available online.

The documentation is generated automatically from the Python source file via Sphinx.

To generate the documentation yourself, you will need to install Sphinx:

easy_install sphinx
easy_install repoze.sphinx.autointerface

and then

cd doc
make html

This will create the documentation under

_build/html

To adjust the AutobahnPython version printed in the documentation, edit

conf.py

for

version = '0.5'
release = '0.5.2'