tag | cb616099c251d32e19d908741d8a220b7a4d14a5 | |
---|---|---|
tagger | nchung <nga.t.chung@jpl.nasa.gov> | Tue Dec 13 10:58:49 2022 -0800 |
object | f60e98331ac29b57ca40322f8f96e98a5c69e553 |
Release 1.0.0-rc2
commit | f60e98331ac29b57ca40322f8f96e98a5c69e553 | [log] [tgz] |
---|---|---|
author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Tue Dec 13 10:37:45 2022 -0800 |
committer | GitHub <noreply@github.com> | Tue Dec 13 10:37:45 2022 -0800 |
tree | e1c1d021d7f0d1bd75ee39009adfa295b4a09343 | |
parent | 14356babf1cbf633542e92b16215686a3d7e699c [diff] |
Rc2 readme (#223) * README file draft * CHANGELOG * README file draft Co-authored-by: rileykk <rileykk@jpl.nasa.gov>
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