tree: 8f3ead3056fed231276bd0ef69746fcf9341b1d2 [path history] [tgz]
  1. ext/
  2. images/
  3. rfcs/
  4. src/
  5. static/
  6. templates/
  7. .gitignore
  8. LICENSE
  9. make.bat
  10. Makefile
  11. NOTICE
  12. README.md
  13. rebar.config
  14. requirements.txt
  15. setup.sh
src/docs/README.md

CouchDB Documentation

This directory 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

Building the docs

Install Python 3 and pip. Then:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip3 install -r requirements.txt
$ make html # builds the docs
$ make check # syntax checks the docs

Feedback, Issues, Contributing

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.