README 623 B

1234567891011121314151617
  1. The documentation in this tree is in plain text files and can be viewed using
  2. any text file viewer.
  3. It uses ReST (reStructuredText) [1], and the Sphinx documentation system [2].
  4. This allows it to be built into other forms for easier viewing and browsing.
  5. To create an HTML version of the docs:
  6. * Install Sphinx (using ``pip install Sphinx`` or some other method)
  7. * In this docs/ directory, type ``make html`` (or ``make.bat html`` on
  8. Windows) at a shell prompt.
  9. The documentation in _build/html/index.html can then be viewed in a web browser.
  10. [1] http://docutils.sourceforge.net/rst.html
  11. [2] http://sphinx-doc.org/