| commit | 3f8578f672509b09f8318cb0b475d1b84ade9738 | [log] [tgz] |
|---|---|---|
| author | Jan Lehnardt <jan@apache.org> | Fri May 22 12:01:33 2020 +0200 |
| committer | Jan Lehnardt <jan@apache.org> | Fri May 22 12:01:33 2020 +0200 |
| tree | 9d47ea6f4cea4486780c09c688402df03e218fc6 | |
| parent | 6370d8acbf8059fa9c37695021c32faca96ae9e1 [diff] |
feat: clarify paths on snap
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.