Merge pull request #342 from apache/spark-svc-acct-iam-role

SDAP Helm chart: allow optional annotation for IAM role association for Spark ServiceAccount
tree: b819e9264184fab236254a9d4be541af20be2fc0
  1. analysis/
  2. data-access/
  3. docker/
  4. docs/
  5. helm/
  6. integrations/
  7. nexus-ingest/
  8. tests/
  9. tools/
  10. .asf.yaml
  11. .gitignore
  12. .readthedocs.yaml
  13. CHANGELOG.md
  14. CONTRIBUTING.md
  15. LICENSE
  16. NOTICE
  17. poetry.lock
  18. pyproject.toml
  19. README
  20. README.md
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