Mirror of Apache sdap (Incubating)

Clone this repo:
  1. 0b6634d Merge pull request #341 from apache/apidocs-fixes by Riley Kuttruff · 4 weeks ago develop
  2. 5f9cc79 adjust SDAP version in api spec by Riley Kuttruff · 6 weeks ago
  3. 0d15a10 update openapi.yml path by Riley Kuttruff · 6 weeks ago
  4. 6d0f0a0 Merge pull request #340 from apache/RKuttruff-patch-1 by Riley Kuttruff · 6 months ago
  5. f81ed0b Update hostnames and cassandra mount path by rileykk · 6 months ago

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