Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 266 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 266 Bytes

Steps to Generate Docs

Prerequisites

In terminal enter

  1. pip install sphinx
  2. pip install furo

Creating New Docs

In terminal enter

  1. cd docsrc
  2. make github

This will have generated new files in docs/. To see the docs, open index.html