Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 365 Bytes

File metadata and controls

13 lines (10 loc) · 365 Bytes

Steps to build documentation

  1. Install sphinx pip install -r requirements.txt
  2. In the root of this repo run pip install -e .
  3. Run make html
  4. Open build/html/index.html
  5. To run doctest, ``make doctest`