Skip to content

Static site generator using the pattern atlas API to retrieve the pattern data.

License

Notifications You must be signed in to change notification settings

PatternAtlas/pattern-atlas-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Site Generator for the Pattern Atlas Data

Generate static html pages from pattern data retrieved from the PatternAtlas API.

Usage

# 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

Install Dependencies

This tool uses the poetry package manager.

poetry run install

Linting and formatting is done with ruff.

About

Static site generator using the pattern atlas API to retrieve the pattern data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published