RDMO is a tool to support the systematic planning, organisation and implementation of the data management throughout the course of a research project. RDMO is funded by the Deutsche Forschungsgemeinschaft (DFG).
First install requirements (e.g. sphinx
):
python -m pip install -r requirements.txt
Then, the HTML files can be created using:
make html
A live server, which auto-updates itself after a file is saved, can be started using:
make live
The documentation is then available on http://localhost:8001.