{% extends "layout.html" %} {% set title = 'Download' %} {% set url = 'https://media.readthedocs.org/%s/couchdb/%s/couchdb.%s' %} {% if git_branch == 'master' %} {% set rtd_ver = 'latest' %} {% else %} {% set rtd_ver = git_branch %} {% endif %} {% block body %}
To download an archive containing all the documents for this version of CouchDB in one of various formats, follow one of links in this table
PDF (A4 paper size) | Download (~1 MB) |
HTML | Download (~5 MB) |
EPUB | Download (~1 MB) |
These archives contain all the content of the documentation.
{% endblock %}