Files
deb-python-autobahn/doc
Tobias Oberstein c1b51b2bda work on docs
2014-07-30 20:31:04 +02:00
..
2014-07-30 16:37:00 +02:00
2014-07-29 17:50:36 +02:00
2014-07-29 17:50:36 +02:00
2014-07-26 18:27:17 +02:00
2014-07-30 14:21:49 +02:00
2014-07-30 20:31:04 +02:00
2014-07-30 14:21:49 +02:00
2014-07-26 17:49:02 +02:00
2014-07-29 00:50:16 +02:00
2014-07-30 14:21:49 +02:00
2014-07-30 14:21:49 +02:00
2014-07-30 14:21:49 +02:00
2014-07-30 14:21:49 +02:00
2014-07-26 18:26:03 +02:00

Documentation

The Autobahn|Python documentation is generated using Sphinx and the generated documentation is hosted here.

Generate

You will need to have SCons installed, plus the following

pip install taschenmesser
pip install sphinx
pip install sphinx-bootstrap-theme
pip install sphinxcontrib-spelling
pip install repoze.sphinx.autointerface

To generate the documentation

cd doc
scons

This will create the documentation under the directory _build.

Test

To build the documentation and start a Web server

scons test

Clean

To clean up all build artifacts

scons -uc

Publish

Note: this section is only relevant for administrators of the Autobahn web site.

Publishing requires a 2 step process.

First do

scons

to build the docs and second do

scons publish

to actually publish the docs.