Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 1014 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 1014 Bytes

DANRA Documentation

This repository is the source of the documentation of the DANish ReAnalysis.

The documentation can be found here: dmidk.github.io/danra-docs/

Build documentation locally

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.

Dependencies

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