User Documentation for Gauge
This is the repository for Gauge documentation.
The documents are writted in RST and are build using Sphinx, a theme based on readthedocs.
- Every released version is maintained in a separate branch.
- Every build will generate docs for all versions maintained.
- The root documentation points to the latest released verion. Navigate to
masterversion for the development version of this documentation.
There are two formats of documentation built for every version.
-
make zipwill buildhtmland zippedsinglehtmldocumentation. The output is available in_build/htmldirectory. -
make servewill invoke zip and bring a local http server.http://localhost:8000will serve this documentation.
IMPORTANT: The build using
makewill not work on a dirty index. If you are developing, make sure that you have committed your local changes (you an always amend the commit or discard it).