| commit | bf3d28dc22f29ca80a94b5b433e107ab0743d1df | [log] [tgz] |
|---|---|---|
| author | ILYA Khlopotov <iilyak@apache.org> | Thu Apr 30 05:02:07 2020 -0700 |
| committer | ILYA Khlopotov <iilyak@apache.org> | Thu Apr 30 05:02:07 2020 -0700 |
| tree | 404021643e860b00311dea15d479a84d8fed45b1 | |
| parent | e175b2d54501f9127b8c46e032db979c86f95eb0 [diff] |
POST is not supported
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.