35 lines
601 B
Plaintext
35 lines
601 B
Plaintext
Build Python Documentation
|
||
--------------------------
|
||
|
||
Building the documentation
|
||
..........................
|
||
|
||
Requires Sphinx:
|
||
|
||
easy_install sphinx
|
||
|
||
To build the documentation, do
|
||
|
||
cd doc/python
|
||
make html
|
||
|
||
This will create the documentation under
|
||
|
||
doc/python/_build/html
|
||
|
||
|
||
Deployment to Tavendo Web site
|
||
´..............................
|
||
|
||
The generated contents of above folder then needs to
|
||
be checked into the
|
||
|
||
wwwtavendo
|
||
|
||
repository in this directory
|
||
|
||
tavendo/tavendo/static/autobahn/doc/python
|
||
|
||
The repository change has to be pulled on the
|
||
Web site production host www.tavendo.de
|