tag | 9c981317f74d415293afb566bc8a5cc3e5f39ee5 | |
---|---|---|
tagger | nchung <nga.t.chung@jpl.nasa.gov> | Thu Dec 08 13:44:42 2022 -0800 |
object | 60246bf61f61a92b5691346780b0465cdcdf0024 |
Release 1.0.0-rc1
commit | 60246bf61f61a92b5691346780b0465cdcdf0024 | [log] [tgz] |
---|---|---|
author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Mon Dec 05 18:52:26 2022 -0800 |
committer | GitHub <noreply@github.com> | Mon Dec 05 18:52:26 2022 -0800 |
tree | ef060e0cbb1ee6c9962b6e3a3f4c6657d3bc45f9 | |
parent | 2660cf12dcaeb946d34cda99af17c5cea1343edf [diff] |
Create NOTICE (#221)
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