commit | e6f665d73f5a3659e2be47bff7a299c7563a459e | [log] [tgz] |
---|---|---|
author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Tue May 16 11:47:26 2023 -0700 |
committer | GitHub <noreply@github.com> | Tue May 16 11:47:26 2023 -0700 |
tree | 759d1d84f50d45fbfe67a0d7fb52e9104d80a05f | |
parent | 8031c12754d408749b68aea06973a40dbc657f4c [diff] |
Update CHANGELOG.md
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