Mirror of Apache sdap (Incubating)

Clone this repo:
  1. eff141e SDAP-465 - Delete climatology directory (#252) by Riley Kuttruff · 10 days ago master
  2. 81c9531 Updated matchup output filename (#257) by Stepheny Perez · 10 days ago
  3. 5ee911f Readthedocs build failure fix (#254) by Riley Kuttruff · 3 weeks ago
  4. 6c2542b SDAP-466 - Matchup results should use platform.id if it is available (#253) by Riley Kuttruff · 3 weeks ago
  5. d0c48eb SDAP-453 - Update results storage & retrieval so results JSON output matches original matchup output (#239) by Riley Kuttruff · 3 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