SDAP-226: pass in the configured number of zookeeper replicas to zookeeper container args (#96)

Co-authored-by: Eamon Ford <eamon.d.ford@jpl.nasa.gov>
2 files changed
tree: 948353f839be3d50c30f8904f5220599a9e5dd87
  1. analysis/
  2. client/
  3. climatology/
  4. data-access/
  5. docker/
  6. docs/
  7. helm/
  8. nexus-ingest/
  9. tools/
  10. .gitignore
  11. CONTRIBUTING.md
  12. LICENSE
  13. 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