| commit | e175b2d54501f9127b8c46e032db979c86f95eb0 | [log] [tgz] |
|---|---|---|
| author | ILYA Khlopotov <iilyak@apache.org> | Wed Apr 29 10:21:31 2020 -0700 |
| committer | ILYA Khlopotov <iilyak@apache.org> | Wed Apr 29 10:21:31 2020 -0700 |
| tree | e86a519b6b4a83971b6325dc2cd92c2171d9bd7d | |
| parent | dc53c0ccc13fc2584c2c44b06596e3507714cc84 [diff] |
Add pagination proposal
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.