文件最后提交记录最后更新时间
4 个月前
1 年前
1 年前
1 年前
1 年前
README

Build documentation locally

Install Prerequisites

pip install -r requirements-docs.txt

Build docs

First run

make clean

To build HTML

make html

Serve documentation page locally

python -m http.server 8000 -d build/html/

Launch your browser and open localhost:8000