| commit | b271ac2f5fb51982d585b671e1ee4efaf2b3ce3d | [log] [tgz] |
|---|---|---|
| author | Joan Touzet <wohali@users.noreply.github.com> | Tue May 19 17:23:44 2020 +0000 |
| committer | GitHub <noreply@github.com> | Tue May 19 17:23:44 2020 +0000 |
| tree | 875c57e135edd7691b58f9aabaa4c01abc65dd8f | |
| parent | 672d6ddaf97eb79159302124dc4625902eed43f8 [diff] | |
| parent | 3f3e27bc070af84e368ea8acfab7e8cfd9f22887 [diff] |
Merge branch 'master' into rfc/006-mango-on-fdb
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.