PDS Nucleus is a software platform used to create workflows for managing data archives.
Please visit the documentation at: https://nasa-pds.github.io/doi-service/
- Python 3.9 or above
- Access to Planetary Data Cloud
TBD
See in this repository:
https://github.com/NASA-PDS/nucleus/tree/main/terraform
Documentation about the documentation is described in this section.
See in this repository:
https://github.com/NASA-PDS/nucleus/tree/main/docs
or the docs
directory in the source package.
User documentation is managed with Sphinx, which is also installed in your Python virtual environment when you run pip install --editable .[dev]
:
python3 -m venv venv
source venv/bin/activate
pip install -e '.[dev]'
sphinx-build -b html docs/source docs/build/html
Publish the pages on gh-pages branch