This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +23
-23
lines changed
Expand file tree Collapse file tree 6 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Cloudant Python Client
1111.. |docs | image :: https://readthedocs.org/projects/pip/badge/
1212 :alt: docs
1313 :scale: 100%
14- :target: http://python-cloudant.readthedocs.io/en/latest/default.html
14+ :target: http://python-cloudant.readthedocs.io
1515
1616.. |compatibility | image :: https://img.shields.io/badge/python-2.7%2C%203.5-blue.svg
1717 :alt: compatibility
Original file line number Diff line number Diff line change 4646#source_encoding = 'utf-8-sig'
4747
4848# The master toctree document.
49- master_doc = 'default '
49+ master_doc = 'index '
5050
5151# General information about the project.
5252project = u'python-cloudant'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- index
2- =====
1+ python-cloudant documentation
2+ =============================
3+
4+ This is the official Cloudant client library for Python.
5+
6+ .. toctree ::
7+ :maxdepth: 4
8+
9+ compatibility
10+ getting_started
11+ cloudant
12+
13+ * :ref: `genindex `
314
4- .. automodule :: cloudant.index
5- :members:
6- :undoc-members:
7- :show-inheritance:
Original file line number Diff line number Diff line change 1+ index
2+ =====
3+
4+ .. automodule :: cloudant.index
5+ :members:
6+ :undoc-members:
7+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Modules
1010 design_document
1111 view
1212 query
13- index
13+ module_index
1414 result
1515 replicator
1616 feed
You can’t perform that action at this time.
0 commit comments