Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 692 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 692 Bytes

Documentation

Product documentation is built using Sphinx docs and written in reStructured Text markup language (reST).

Building with Sphinx

From docs folder run the following commands. To install the requirements needed for generating the docs:

pip install -r requirements.txt

Afterwards you can run:

make html

The docs will be generated, and the output files placed in the _build/html/ directory, which can be browsed (locally) with any browser.

The docs can be found online at https://accelerate.readthedocs.org.