Cross-package tutorials and applied case studies for the EpiAware Julia ecosystem, published at tutorials.epiaware.org.
Following the model of TuringLang/docs, the end-to-end analyses that combine
several EpiAware packages live here in one place, while each package keeps its
own API reference and single-package feature tutorials on its own docs site.
index.qmd— landing page.tutorials/— the case studies (Quarto.qmd, Julia engine)._quarto.yml— site config; styling reuses the org theme (theme-light.scss,theme-dark.scss,styles.css) from epiaware.github.io.CNAME—tutorials.epiaware.org.
quarto renderCase-study pages that execute Julia require a Project.toml (added with the
first migrated study); quarto render will use it automatically.
This site is being populated by migrating cross-package case studies out of the
individual package repositories. Ecosystem packages can trigger a rebuild via a
repository_dispatch event of type rebuild-tutorials.
This was opened by a bot. Please ping @seabbs for any questions.