commit | 80bb6e34d8c24f40fe4ff8a86a3a2810cefadca4 | [log] [tgz] |
---|---|---|
author | skorper <stepheny.k.perez@gmail.com> | Thu Jul 07 16:33:29 2022 -0700 |
committer | skorper <stepheny.k.perez@gmail.com> | Thu Jul 07 16:33:29 2022 -0700 |
tree | 1ea89d4972dfbbed36c34ce6af0b5c150bac92ff | |
parent | f683f28a7fa891773b569dffc08cec3171ca28a5 [diff] | |
parent | cd58f7b828b7d597d2aeb096f59c39c1a1f00622 [diff] |
Merge branch 'master' of github.com:apache/incubator-sdap-nexus into SDAP-371
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