Documentation for the ALICE software build infrastructure and development workflows.
This repository contains documentation for ALICE collaboration software, including tutorials for Git workflows, build infrastructure details, and operational guides.
This site is built using MkDocs with the Material theme.
- Python 3.8+
- MkDocs
- MkDocs Material theme
Optionally, create a virtual environment:
python -m venv venv
source venv/bin/activateInstall dependencies:
pip install -e .To serve the documentation locally:
mkdocs serveThe site will be available at http://127.0.0.1:8000/
To build the static site:
mkdocs build