Mirror of Apache sdap (Incubating)

Clone this repo:
  1. 3cfd23e Merge pull request #343 from apache/credential-handler-patch by Riley Kuttruff · 2 days ago develop
  2. 8266c1e patch bug in credential validity and renewal functions by rileykk · 2 days ago
  3. 53153ab Merge pull request #312 from RKuttruff/SDAP-517-daac-creds by Riley Kuttruff · 3 days ago
  4. aa8914f Rework examples a bit by rileykk · 3 days ago SDAP-517-daac-creds
  5. 9193536 Final tweak to doc by rileykk · 3 days 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