2010-11-06 17:44:26 +00:00
|
|
|
The documentation in this tree is in plain text files and can be viewed using
|
|
|
|
any text file viewer.
|
|
|
|
|
2020-01-09 18:40:28 +05:30
|
|
|
It uses `ReST`_ (reStructuredText), and the `Sphinx`_ documentation system.
|
2012-09-08 11:11:37 +05:30
|
|
|
This allows it to be built into other forms for easier viewing and browsing.
|
2010-11-06 17:44:26 +00:00
|
|
|
|
2012-03-03 09:11:54 +00:00
|
|
|
To create an HTML version of the docs:
|
2010-11-06 17:44:26 +00:00
|
|
|
|
2019-04-14 12:02:36 -03:00
|
|
|
* Install Sphinx (using ``python -m pip install Sphinx`` or some other method).
|
2010-11-06 17:44:26 +00:00
|
|
|
|
2011-07-19 09:00:24 +00:00
|
|
|
* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
|
|
|
|
Windows) at a shell prompt.
|
2010-11-06 17:44:26 +00:00
|
|
|
|
2020-01-09 18:40:28 +05:30
|
|
|
The documentation in ``_build/html/index.html`` can then be viewed in a web
|
|
|
|
browser.
|
2010-11-06 17:44:26 +00:00
|
|
|
|
2020-01-09 18:40:28 +05:30
|
|
|
.. _ReST: https://docutils.sourceforge.io/rst.html
|
2020-01-28 21:04:15 -08:00
|
|
|
.. _Sphinx: https://www.sphinx-doc.org/
|