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/charms.benchmark
  http://pythonhosted.org/charms.benchmark/
