The official Illumarine documentation & export script.
Build and export the documentation to HTML and PDF with the following commands
python3 -m venv venv
source venv/bin/activate
pip install markdown2 pdfitdown
python3 build.pyHTML outputs available in ./html.
PDF output in ./pdf
Omni document in ./omni.md with all documentation in one place.
Coming soon