commit | 142ce38a99bf7084936f19f7e64ce11118af8987 | [log] [tgz] |
---|---|---|
author | thomas loubrieu <thomas.loubrieu@jpl.nasa.gov> | Fri Oct 02 14:42:58 2020 -0700 |
committer | thomas loubrieu <thomas.loubrieu@jpl.nasa.gov> | Fri Oct 02 14:42:58 2020 -0700 |
tree | 4a414352eb5b52fd2b7e54556f6fc1d5d3e1ec36 | |
parent | e01d0a0dc06f378107f6d47faa29594e9bc3bd33 [diff] |
finalize master rebase
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