commit | 19bee8ab36394455722bb7406f8b885a2bcd6906 | [log] [tgz] |
---|---|---|
author | skorper <stepheny.k.perez@gmail.com> | Wed Jul 20 11:43:53 2022 -0700 |
committer | skorper <stepheny.k.perez@gmail.com> | Wed Jul 20 11:43:53 2022 -0700 |
tree | 2c2782bd4fa978249b9024a37c4157b27fba76d9 | |
parent | 22ab70e3c5e9decf3ec77381b2331406d603f1bd [diff] | |
parent | 9f29fcb9f68d56bc8efd80a3bf66ec1bcc5800ed [diff] |
Merge branch 'master' of github.com:apache/incubator-sdap-nexus into SDAP-397
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