commit | 9979ee63f98a81f8d5b0627ba02fb60e5bc662fa | [log] [tgz] |
---|---|---|
author | Eamon Ford <eamonford@gmail.com> | Wed Nov 25 10:56:15 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Nov 25 10:56:15 2020 -0800 |
tree | 257af4e5029684437d570ed49f63665c3c17f954 | |
parent | f47c15aa2b6be98c227860483b89a438fe20fdfe [diff] |
SDAP-296: Make deletebyquery script work out-of-the-box in webapp Docker image (#112)
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