| commit | 07c7c36a588a433ce316fd8d1f2d0bdfc420eae2 | [log] [tgz] |
|---|---|---|
| author | Adam Kocoloski <kocolosk@apache.org> | Tue Apr 06 18:28:21 2021 -0400 |
| committer | Adam Kocoloski <kocolosk@apache.org> | Tue Apr 06 18:28:21 2021 -0400 |
| tree | d856b81be86979e009969dca7605d27bfd9259ed | |
| parent | c55b9c6903b1c2e753f9211057eb1c8e3aa56915 [diff] |
Incorporate details from ML thread
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.