SDAP-465 - Delete climatology directory (#252)

* Delete climatology directory

* Update CHANGELOG.md

---------

Co-authored-by: rileykk <rileykk@jpl.nasa.gov>
62 files changed
tree: 2234cf1593774f5d07f79cf06a5ed2c8632891d3
  1. analysis/
  2. data-access/
  3. docker/
  4. docs/
  5. helm/
  6. integrations/
  7. nexus-ingest/
  8. tests/
  9. tools/
  10. .gitignore
  11. .readthedocs.yaml
  12. CHANGELOG.md
  13. CONTRIBUTING.md
  14. DISCLAIMER-WIP
  15. LICENSE
  16. NOTICE
  17. README
  18. README.md
  19. VERSION.txt
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, 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