charm-barbican/charm/charm-helpers/HACKING

29 lines
595 B
Plaintext

Hacking on Docs
---------------
To build the html documentation::
make docs
To browse the html documentation locally::
make docs
cd docs/_build/html
python -m SimpleHTTPServer 8765
# point web browser to http://localhost:8765
To build and upload package and doc updates to PyPI::
make release
# note: if the package version already exists on PyPI
# this command will upload doc updates only
PyPI Package and Docs
---------------------
The published package and docs currently live at:
https://pypi.python.org/pypi/charmhelpers
http://pythonhosted.org/charmhelpers/