commit | eff141e81270a228db7dc76c50da7c6f2422053f | [log] [tgz] |
---|---|---|
author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Mon May 29 23:00:13 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon May 29 23:00:13 2023 -0700 |
tree | 2234cf1593774f5d07f79cf06a5ed2c8632891d3 | |
parent | 81c95312e676138552db81371bb7a7657b62afd5 [diff] |
SDAP-465 - Delete climatology directory (#252) * Delete climatology directory * Update CHANGELOG.md --------- Co-authored-by: rileykk <rileykk@jpl.nasa.gov>
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
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