This repository contains the source code for the MadMiner tutorial website.
MadMiner is a Physics simulation and ML inference tool created by Johann Brehmer, Felix Kling, Irina Espejo, and Kyle Cranmer. The tutorial alongside the provided Docker images include contributions from Sinclert Pérez.
To build the website locally:
pip3 install -r requirements.txt
make build
The deployment is carry out automatically by a GitHub Actions workflow.
The tutorial will be deployed when any change is detected to the book
directory, within the main repository branch.
The deployment workflow uses the popular GH pages action in order to push a built version
of the tutorial into the gh-pages branch.