Product documentation is built using Sphinx docs and written in reStructured Text markup language (reST).
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.