commit | 07fce481eb8103fc22f0a2496c2865ef9de2967c | [log] [tgz] |
---|---|---|
author | skorper <stepheny.k.perez@gmail.com> | Wed Jun 01 17:46:29 2022 -0700 |
committer | skorper <stepheny.k.perez@gmail.com> | Wed Jun 01 17:46:29 2022 -0700 |
tree | 452f7abc516c9ab76b89240a7a6b2d2f01cfbad0 | |
parent | c8a43bc1231fd336100d3dbcc06355c5acb5bf39 [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