Skip to content

Files

Latest commit

author
Jicheng Lu
Dec 11, 2024
67689cc · Dec 11, 2024

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 26, 2024
Dec 11, 2024
Oct 27, 2023
Sep 29, 2023
Aug 14, 2023
Mar 10, 2024
Mar 31, 2024
Aug 17, 2024
Jan 28, 2024
Aug 17, 2024
Aug 19, 2018
Jan 11, 2019
Aug 1, 2023
Mar 1, 2024
Dec 4, 2024
Aug 19, 2018
Oct 9, 2023

How to contribute docs

We use Sphinx to build document, please make sure you installed the appropriate Sphinx plugins before making the docs.

pip install -U sphinx
pip install recommonmark
pip install sphinx_rtd_theme
pip install myst-parser
cd docs
./make html