Mirror of Apache sdap (Incubating)

Clone this repo:
  1. 6d0f0a0 Merge pull request #340 from apache/RKuttruff-patch-1 by Riley Kuttruff · 3 weeks ago develop
  2. f81ed0b Update hostnames and cassandra mount path by rileykk · 4 weeks ago
  3. 268e1c2 Update quickstart.rst by Riley Kuttruff · 4 weeks ago
  4. 702e42b Merge pull request #339 from apache/SDAP-535 by Riley Kuttruff · 4 weeks ago
  5. f258085 Merge pull request #338 from apache/rtd-patch by Riley Kuttruff · 4 weeks 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