Files
deb-python-autobahn/doc
Tobias Oberstein ae387a6c7b polish docs
2014-02-28 16:05:02 +01:00
..
2013-12-15 17:55:08 +01:00
2014-02-28 14:05:47 +01:00
2012-06-22 12:45:26 +02:00
2012-06-22 12:45:26 +02:00
2014-02-28 16:05:02 +01:00
2012-06-22 12:45:26 +02:00
2012-06-22 12:45:26 +02:00
2012-06-22 12:45:26 +02:00
2012-06-22 12:45:26 +02:00
2014-01-28 16:43:39 +01:00
2014-01-01 16:23:05 +01:00
2014-01-28 19:24:21 +01:00
2014-01-28 19:24:21 +01:00
2014-01-28 19:24:21 +01:00
2014-01-28 19:24:21 +01:00
2014-02-28 16:05:02 +01:00
2014-02-28 16:05:02 +01:00
2014-01-31 10:32:14 +01:00
2014-01-19 11:02:17 +01:00
2014-01-01 22:09:03 +01:00
2014-01-01 16:12:55 +01:00
2014-01-01 16:12:55 +01:00
2014-01-01 22:09:03 +01:00
2014-01-28 16:43:39 +01:00
2014-01-01 22:09:03 +01:00
2014-01-01 22:09:03 +01:00

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'