The documentation for ANNarchy < 5.0 is at https://annarchy.github.io/ANNarchy4.
Generating the documentation requires Quarto (https://quarto.org) and quartodoc (https://github.com/machow/quartodoc, pip install quartodoc) for the API.
First build the API:
quartodoc buildPreview the doc:
quarto previewPush it to github:
quarto publish gh-pages