softwarepub / project.software-metadata.pub

The HERMES project repository, mostly used to capture meta elements at project level and do project management.
https://software-metadata.pub
11 stars 2 forks source link
deposition deposition-metadata helmholtz hermes metadata project research-software software-publication

HElmholtz Rich MEtadata Software publication (HERMES)

This code repository contains the Sphinx, MyST and sphinx-book-theme based website for the HERMES project.

Please visit https://project.software-metadata.pub for further reading.

Build locally

To use the convenient Makefile, you need to have make installed. You might want to use a virtual Python environment.


pip install -r requirements.txt
make html

- OR - 

pip install -r requirements.txt
make livehtml