Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 705 Bytes

documentation.md

File metadata and controls

17 lines (15 loc) · 705 Bytes

Documentation

Building Documentation

  1. Activate the development virtual environment
  2. Change the current directory to the docs folder within the repository by running $ cd docs
  3. Run $ ./make clean to remove any docs previously built
  4. Run $ ./make html to build the docs in HTML format
  5. Change the current directory to the location of the built docs by running $ cd _build/html
  6. Start the Python static files server by running $ python -m http.server
  7. Visit localhost:8000 in your browser to view the docs

Generating the Documentation

  1. Activate the development virtual environment
  2. Generate the docs by running $ sphinx apidoc -o docs .