commit | d708c3bbc451b94f2446af9ac53cf4c5fce7757b | [log] [tgz] |
---|---|---|
author | skorper <stepheny.k.perez@gmail.com> | Tue Jul 19 23:24:51 2022 -0700 |
committer | skorper <stepheny.k.perez@gmail.com> | Tue Jul 19 23:24:51 2022 -0700 |
tree | 6cf76e94468459834fe2ceb37d7ced588d20bd4b | |
parent | 257e4e22674e30a8ae552a2362fa4a948eb1c0e2 [diff] |
Updated changelog
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