This repository contains the public-facing website for QMCPy, built with Quarto.
Technical package documentation remains in the QMCSoftware repository and is published separately with MkDocs at qmcsoftware.github.io/QMCSoftware.
Install Quarto, then run:
quarto previewTo create the production output in _site/:
quarto renderThe main branch is the eventual source branch. GitHub Actions renders the
site and publishes _site/ to gh-pages; generated output is not committed to
main.