| commit | d8378834a08483b0d285af2f3b1b4dad45180344 | [log] [tgz] |
|---|---|---|
| author | Joan Touzet <joant@atypical.net> | Mon Mar 29 13:42:54 2021 -0400 |
| committer | Joan Touzet <joant@atypical.net> | Mon Mar 29 13:42:54 2021 -0400 |
| tree | e032af26d4bc7b31950788527ceb23ec3023b419 | |
| parent | 718f477f72d5d57f99ba8ba179495a8501b847a3 [diff] |
Clarify cluster setup wizard, closes #325
This repository contains the Sphinx source for Apache CouchDB's documentation. You can view the latest rendered build of this content at:
http://docs.couchdb.org/en/latest
Install Python3 and pip. Then:
$ python3 -m venv .venv $ source .venv/bin/activate $ pip install -r requirements.txt $ make html # builds the docs $ make check # syntax checks the docs
General feedback is welcome at our user or developer mailing lists.
Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project.