This repository is the canonical user and developer documentation for HERMES, the High-Energy Radiative MESsengers framework.
All pages are ordinary Markdown under docs/, so they remain
comfortable to read and review directly on GitHub. Zensical renders the same
files as a searchable website at
https://hermes-skymaps.github.io/hermes-docs/.
Start with the documentation home page, the installation guide, or the first-map tutorial.
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
zensical serveOpen http://127.0.0.1:8000. A strict production build is:
zensical build --clean --strictSee Writing documentation before adding or moving pages.