Generate static html pages from pattern data retrieved from the PatternAtlas API.
# compile the documentation
poetry run python -m static_patternatlas --atlas-url="http://localhost:1977/patternatlas" --out html
# compile the documentation for planqk
poetry run python -m static_patternatlas --atlas-url="https://patternatlas.planqk.de/patternatlas" --planqk --out html
# start a dev server on port 8000
poetry run python -m http.server --directory html
This tool uses the poetry
package manager.
poetry run install
Linting and formatting is done with ruff
.