Files
deb-python-autobahn/doc
2014-04-13 16:29:40 +02:00
..
2014-04-11 17:57:54 +02:00
2013-12-15 17:55:08 +01:00
2012-06-22 12:45:26 +02:00
2012-06-22 12:45:26 +02:00
2014-03-19 00:14:28 +01:00
2012-06-22 12:45:26 +02:00
2012-06-22 12:45:26 +02:00
2014-03-18 15:00:40 +01:00
2014-03-25 13:40:08 +01:00
2014-03-26 11:22:06 +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-03-25 13:40:08 +01:00
2014-03-25 13:40:08 +01:00
2014-03-25 13:40:08 +01:00
2014-03-25 13:40:08 +01:00
2014-01-31 10:32:14 +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-03-25 13:40:08 +01:00
2014-01-01 22:09:03 +01:00

Autobahn|Python Documentation

The Autobahn|Python reference documentation is generated using Sphinx and available online.

To generate the documentation yourself you will need to have Autobahn|Python installed locally plus install Sphinx:

pip install sphinx
pip install sphinx_rtd_theme
pip install sphinxcontrib-spelling
pip install repoze.sphinx.autointerface

and then

cd doc
sphinx-build -b html . _html

This will create the documentation under

_html

Custom Page Content

To add custom page content to the generated pages, modify templates/layout.html.

Publishing

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

To publish to the Autobahn web site (here), you will need SCons and Taschenmesser.

Then do

scons

to build the docs and

scons publish

to build and publish the docs and

scons -uc

to cleanup.