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>
2 files changed
tree: 32c61bb302ed668ef9cb0ab63f3d582f4d703e7c
  1. analysis/
  2. climatology/
  3. data-access/
  4. docker/
  5. docs/
  6. helm/
  7. integrations/
  8. nexus-ingest/
  9. tests/
  10. tools/
  11. .gitignore
  12. CHANGELOG.md
  13. CONTRIBUTING.md
  14. DISCLAIMER-WIP
  15. LICENSE
  16. NOTICE
  17. README
  18. README.md
  19. VERSION.txt
README.md

NEXUS

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

Building the Docs

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