User Documentation for Gauge
This is the repository for Gauge documentation.
The documents are written in RST and are built 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
master
version for the development version of this documentation.
- Python 3
There are two formats of documentation built for every version.
-
pip3 install -r requirements.txt
to install the pre-requisites for docs.gauge.org -
make local-build
will buildhtml
documentation. The output is available in_build
directory. -
make serve
will invoke zip and bring a local http server.http://localhost:8000
will serve this documentation.
The accessibility test are writen using jest
, taiko
and taiko-accessibility
plugin.
Run the following command to run the tests:
make test