Contains the documentation for the reltrans model family.
To build the HTML documentation locally:
# First create a virtual environment or otherwise isolate as needed
python3 -m venv venv && source venv/bin/activate
# Then install the requirements and build
pip install -r requirements.txt
make html