Skip to content

apache/sdap-nexus

Folders and files

NameName
Last commit message
Last commit date
Oct 16, 2024
Sep 23, 2024
Jul 5, 2024
Nov 4, 2024
Nov 4, 2024
May 9, 2024
Jun 18, 2018
Nov 4, 2024
Sep 23, 2024
Feb 1, 2024
Mar 20, 2024
May 9, 2024
Nov 14, 2024
Nov 16, 2017
Jul 5, 2023
Jun 24, 2024
Nov 4, 2024
Jan 23, 2019
Oct 16, 2024
Nov 4, 2024

NEXUS

The next generation cloud-based science data service platform. More information can be found here http://incubator-sdap-nexus.readthedocs.io/en/latest/index.html

Building the Docs

Ensure sphinx, sphinx-autobuild, and recommonmark are installed. We use the recommonmark module for parsing Markdown files.

pip install sphinx sphinx-autobuild recommonmark

Run sphinx-autobuild to view the docs locally.

cd docs
sphinx-autobuild . _build/html