/cirun-docs

Cirun Documentation

Primary LanguagePythonMIT LicenseMIT

Cirun.io Documentation

Installation

pip install -r requirements.txt

Build Documentation

cd docsrc
make html

To build and preview docs:

cd docsrc && make html && open _build/html/index.html && cd ..

Update docs/

cp -r docsrc/_build/html/* docs/

and now commit and push

TODO: Automated this via GitHub Actions