| commit | 9733cde9ba41810972cbb3cc9510efd6f4e4cf76 | [log] [tgz] |
|---|---|---|
| author | Garren Smith <garren.smith@gmail.com> | Tue Sep 24 15:52:40 2019 +0200 |
| committer | Garren Smith <garren.smith@gmail.com> | Tue Sep 24 16:06:51 2019 +0200 |
| tree | d6315556a68376db79ea14278d6482c98481280a | |
| parent | e33ac3cb75e78c062c4a8ad8be45a2d187f1aa1f [diff] |
initial reduce rfc
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 Python 2.7+ and pip. Then:
$ virtualenv venv $ . ./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.