Skip to content

naveenbhaskar/docs.gauge.org

 
 

Repository files navigation

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.

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.

IMPORTANT: The build using make will 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).

About

User documentation for getgauge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 36.2%
  • Python 30.2%
  • CSS 14.1%
  • JavaScript 10.5%
  • Makefile 9.0%