summaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-12-23 01:49:44 -0500
committerKenneth Reitz <me@kennethreitz.com>2012-12-23 01:49:44 -0500
commit9f89ebe0de1c7d493b955b0c8c192583e7a35444 (patch)
treeaf8940635f8d887afd8cf91167387bb0c3c3bc59 /docs/api.rst
parent526a0befc75a0e22ee42ee11a1879f892dae6e0a (diff)
downloadpython-requests-9f89ebe0de1c7d493b955b0c8c192583e7a35444.tar.gz
request sessions
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst13
1 files changed, 2 insertions, 11 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 938ab676..88d65429 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -35,14 +35,13 @@ Lower-Level Classes
.. autoclass:: Response
:inherited-members:
-Sessions
---------
+Request Sessions
+----------------
.. autoclass:: Session
:inherited-members:
-
Exceptions
~~~~~~~~~~
@@ -88,14 +87,6 @@ Encodings
.. autofunction:: decode_gzip
-Internals
----------
-
-These items are an internal component to Requests, and should never be
-seen by the end user (developer). This part of the API documentation
-exists for those who are extending the functionality of Requests.
-
-
Classes
~~~~~~~