| commit | d5784a650224e29443454c5a1374788e049b2d71 | [log] [tgz] |
|---|---|---|
| author | Joan Touzet <wohali@users.noreply.github.com> | Tue Aug 11 21:24:28 2020 -0400 |
| committer | GitHub <noreply@github.com> | Tue Aug 11 21:24:28 2020 -0400 |
| tree | 4ae9a853092f7533f896a28a866aff70e8c4a17f | |
| parent | 8864c35dcb27c9e5996532255fa59e544dee885d [diff] | |
| parent | 264ca1822c13a7f9abf705260991b366a37533ac [diff] |
Merge branch 'master' into 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 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.