This directory hosts the public-facing documentation for Q10E Labs. The site is built with Sphinx and the Shibuya theme, and publishes to the public docs subdomain.
Related sites:
- Product/investor docs: https://product.q10elabs.thaumogen.net/
- Engineering docs: https://eng.q10elabs.thaumogen.net/
- Python 3.12+
- GNU Make and pip
- Create and activate the virtual environment:
python3 -m venv venv source venv/bin/activate - Install Python dependencies:
pip install -r docs/requirements.txt
- Build HTML documentation:
The Sphinx build output is generated in
make -C docs html
docs/build/html. - Clean previous outputs:
make -C docs clean
- User Guide (
docs/source/user-guide/) - End-user documentation - Blog (
docs/source/blog/) - Engineering notes for public consumption
- Rebuild after editing documentation:
make -C docs html - Preview locally: open
docs/build/html/index.htmlin a browser - Add new pages: create
.rstor.mdfiles underdocs/source/user-guide/ordocs/source/blog/