This repository is the source of the documentation of the DANish ReAnalysis.
The documentation can be found here: dmidk.github.io/danra-docs/
To build the documentation locally run ./make_docs
This will generate the webfiles in doc/_build/html/
. To check the output you can start a simple web server from that directory using the python module http.server with the command: python -m http.server
and go to your localhost.
The documentation is build using sphinx with the furo theme by pradyunsg. Also, myst-parser is used to be able to write markdown for sphinx. If you have conda installed you can create a new python environment that will work by running:
conda env create -f danra-docs.yml