Revert "SDAP-152 Error in nexus client (#41)" (#42)

This reverts commit 29a15f5815064a1c8889d51ee4ebdab1963dadf0.
2 files changed
tree: a93d10b0107dfdfface70d5e014f73ea6af28760
  1. analysis/
  2. client/
  3. climatology/
  4. data-access/
  5. docker/
  6. docs/
  7. nexus-ingest/
  8. tools/
  9. CONTRIBUTING.md
  10. LICENSE
  11. README.md
README.md

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 and sphinx-autobuild are installed

pip install sphinx sphinx-autobuild

Run sphinx-autobuild to view the docs locally.

cd docs
sphinx-autobuild . _build/html