cutile-python/docs at main · NVIDIA/cutile-python · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

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`