~james-page/charm-helpers/misc-https-fixes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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/