Steps to build documentation
- Install sphinx
pip install -r requirements.txt - In the root of this repo run
pip install -e . - Run
make html - Open
build/html/index.html - To run doctest, ``make doctest`
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Steps to build documentation
pip install -r requirements.txtpip install -e .make htmlbuild/html/index.html