tree: 8f9faf188c1dee85cb3789f6292d2c7a9b960210 [path history] [tgz]
  1. source/
  2. make.bat
  3. Makefile
  4. README.md
  5. requires-docs.txt
src/main/python/docs/README.md

Building the docs

This guide assume that you have cd'ed to /src/main/python/docs/.

Requirements

To build the docs first install packages in requires-docs.txt

python3 -m pip install -r requires-docs.txt

Make Docs

and then run make html:

make html

The docs will then be created at: /src/main/python/buildin HTML will be placed in the ./_build directory.