SDAP-187 Unable to change cassandra port (#66)

* SDAP-187 webapp : Impossible to change Cassandra cluster CQL port

* SDAP-187 : fix typo
4 files changed
tree: dbecb0af3800f6c54053dc3497d4161bcbd150ad
  1. analysis/
  2. client/
  3. climatology/
  4. data-access/
  5. docker/
  6. docs/
  7. nexus-ingest/
  8. tools/
  9. CONTRIBUTING.md
  10. LICENSE
  11. 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