Mirror of Apache sdap (Incubating)

Clone this repo:
  1. 5183125 Merge pull request #344 from apache/SDAP-540-solr-mutex by Riley Kuttruff · 5 weeks ago develop
  2. e9ccfdf clean up debug log statements by rileykk · 6 weeks ago
  3. 16cabe1 rework to fully mutex ds solr ops & following ds refresh by rileykk · 6 weeks ago
  4. ba631b5 changelog entry by rileykk · 6 weeks ago
  5. 23c6d63 add some log statements by rileykk · 6 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