commit | b4b8f28041468f381a0a395a30a6ac6c8d302d9d | [log] [tgz] |
---|---|---|
author | Eamon Ford <eamonford@gmail.com> | Wed Sep 23 10:26:47 2020 -0700 |
committer | Eamon Ford <eamonford@gmail.com> | Wed Sep 23 10:26:47 2020 -0700 |
tree | 68518a77d796a5130b99be997d97511165ee3577 | |
parent | 949fd278c96077110dffe605b979b45a7918f367 [diff] |
always deploy webapp
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