commit | fcd97719d358e2e6f8cea2de6a1bebf34b071dec | [log] [tgz] |
---|---|---|
author | skorper <stepheny.k.perez@gmail.com> | Wed Jun 01 17:47:56 2022 -0700 |
committer | skorper <stepheny.k.perez@gmail.com> | Wed Jun 01 17:47:56 2022 -0700 |
tree | 26a186cab8d29f62c00df469abee938f22efd114 | |
parent | 21dcea541f81a3af91591e574bdb23a07b06a1ad [diff] |
Added changelogs
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