Documentation source for the Very-high-energy Open Data Format (VODF)
The documentation is automatically built at https://vodf.readthedocs.org
Set up your environment with conda or mamba:
conda env create -f environment.yaml
conda activate vodf-docs
Then build the documentation locally:
make html
results will be in build/html
, to view them locally use:
python -m http.server 8000 --directory build/html
and visit http://localhost:8000 with your web browser.