Skip to content

Files

Latest commit

26cff32 · Dec 21, 2022

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 21, 2022
Jun 5, 2020
Jun 5, 2020
Jun 5, 2020

Documentation and Tutorials

Requirements

  • sphinx
  • sphinx-gallery
  • sphinx_rtd_theme

Build documents

First, clean up existing files:

./clean.sh

Then build:

make html

Render locally

cd build/html
python3 -m http.server 8000