This repository builds the MultiDocumenter.jl site for the QuantumSavory ecosystem at https://alldocs.quantumsavory.org.
Included documentation pages, in navigation order:
- QuantumSavory
- QuantumClifford
- Gabs
- QuantumOptics
- QuantumSymbolics
Build locally with:
julia --project=docs -e 'using Pkg; Pkg.instantiate()'
julia --project=docs docs/make.jlThe local build is written to docs/out. Passing --temp clones upstream docs
into a temporary directory instead of docs/clones:
julia --project=docs docs/make.jl --tempBuildkite runs the aggregate docs build through .buildkite/pipeline.yml.
Builds on main deploy the generated site to gh-pages; builds on other
branches only validate the aggregate docs.