NASA-PDS / nucleus

Nucleus is a software platform used to create workflows for the Planetary Data (PDS).
https://nasa-pds.github.io/nucleus
Apache License 2.0
0 stars 0 forks source link
data ingestion pds planetary workflow

Nucleus

DOI

PDS Nucleus is a software platform used to create workflows for managing data archives.

User Documentation

Please visit the documentation at: https://nasa-pds.github.io/doi-service/

Developers

Prerequisites

Test

TBD

Deploy

See in this repository:

https://github.com/NASA-PDS/nucleus/tree/main/terraform

Documentation Management

Documentation about the documentation is described in this section.

Design

See in this repository:

https://github.com/NASA-PDS/nucleus/tree/main/docs

or the docs directory in the source package.

User Documentation

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