Skip to content

Files

Latest commit

author
BugDiver
Sep 17, 2019
d314133 · Sep 17, 2019

History

History
40 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.26 KB

User Documentation for Gauge

Contributor Covenant

This is the repository for Gauge documentation.

The documents are written in RST and are built using Sphinx, a theme based on readthedocs.

Conventions

  • 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.

Building the documentation

There are two formats of documentation built for every version.

  • make zip will build html and zipped singlehtml documentation. The output is available in _build/html directory.

  • make serve will invoke zip and bring a local http server. http://localhost:8000 will serve this documentation.

Running accessibility test

The accessibility test are writen using jest, taiko and taiko-accessibility plugin.

Requirements to run testa

  • Python
  • Nodejs
  • NPM

Run the following command to run the tests:

make test