This repository holds the (work in progress) documentation for the Dyablo code.
To build the documentation, you need python3 and sphinx.
The command
sphinx-build -M html source/ build/
should build the documentation as an html file in the build folder. Visulizae the doc by opening the build/html/index.html file.