commit | 6c2542b7683f63ab52104ae4d4ab9e83a3482269 | [log] [tgz] |
---|---|---|
author | Riley Kuttruff <72955101+RKuttruff@users.noreply.github.com> | Thu May 18 11:15:05 2023 -0700 |
committer | GitHub <noreply@github.com> | Thu May 18 11:15:05 2023 -0700 |
tree | 32c61bb302ed668ef9cb0ab63f3d582f4d703e7c | |
parent | d0c48eb62405672fa3c2435daa7a1142142a2f60 [diff] |
SDAP-466 - Matchup results should use platform.id if it is available (#253) * SDAP-466 - Improved setting of platform field in secondary match points * SDAP-466 - Improved setting of platform field in secondary match points --------- Co-authored-by: rileykk <rileykk@jpl.nasa.gov>
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