This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Authentication
6767**************
6868
6969When constructing a ``Cloudant `` client, you can authenticate using the
70- [ cookie authentication]( http://guide.couchdb.org/editions/1/en/security.html#cookies) functionality.
70+ ` cookie authentication < http://guide.couchdb.org/editions/1/en/security.html#cookies >`_ functionality.
7171The server will always attempt to automatically renew the cookie
7272shortly before its expiry. However, if the client does not send a
7373request to the server during this renewal window and
@@ -93,11 +93,11 @@ Resource sharing
9393****************
9494
9595The ``Cloudant `` or ``CouchDB `` client objects make HTTP calls using the ``requests `` library.
96- ``requests `` uses the [ urllib3]( https://pypi.python.org/pypi/urllib3) library which features
96+ ``requests `` uses the ` urllib3 < https://pypi.python.org/pypi/urllib3 >`_ library which features
9797connection pooling and thread safety.
9898
9999Connection pools can be managed by using the ``requests `` library's
100- [ HTTPAdapter]( https://github.com/kennethreitz/requests/blob/master/requests/adapters.py#L78)
100+ ` HTTPAdapter < https://github.com/kennethreitz/requests/blob/master/requests/adapters.py#L78 >`_
101101when constructing a ``Cloudant `` or ``ClouchDB `` client instance.
102102The default number set by the ``urllib3 `` library for cached connection pools is 10.
103103Use the ``HTTPAdapter `` argument ``pool_connections `` to set the number of
You can’t perform that action at this time.
0 commit comments