Files
deb-python-wsgi-intercept/docs/README.txt
Chris Dent 12d4ef8288 Barebones of initial starting point
None of this works, this just imports the old code, leaving
behind those parts not deemed immediately relevant.
2012-10-02 15:55:06 +01:00

10 lines
287 B
Plaintext

Build docs as HTML with::
python setup.py build_docs
To publish docs to stdout in Google Code wiki format::
python setup.py publish_docs --google-user=x --google-password=x
Just use literally "x" for user / pass since logging in and publishing is not implemented. Yea!