doc cleanups
authorKenneth Reitz <me@kennethreitz.com>
Wed, 17 Aug 2011 08:16:19 +0000 (04:16 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 17 Aug 2011 08:16:19 +0000 (04:16 -0400)
docs/api.rst
docs/user/advanced.rst
docs/user/intro.rst

index fd02285b636ba6082b4f60a0c57fb0d2d7372a8e..cbd24fdb705eea3b1db8853362234ea201936dc9 100644 (file)
@@ -22,7 +22,7 @@ all return a :class:`Response <models.Response>` object.
 .. autofunction:: put
 .. autofunction:: patch
 .. autofunction:: delete
-
+.. autofunction:: request
 
 -----------
 
@@ -50,19 +50,8 @@ 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.
 
-Functions
-~~~~~~~~~
-
-.. autofunction:: request
-
 Classes
 ~~~~~~~
 
 .. autoclass:: requests.models.Request
    :inherited-members:
-
-Structures
-~~~~~~~~~~
-
-.. autoclass:: requests.structures.CaseInsensitiveDict
-   :inherited-members:
\ No newline at end of file
index 83792b58c43f96f9f3b518a37c35d351af14541e..cdf1abb63c3e242dfa78c8cf04279ff4a76f3452 100644 (file)
@@ -23,6 +23,7 @@ Let's persist some cookies across requests::
         r = s.get("http://httpbin.org/cookies")
 
         print r.content
+        # '{"cookies": {"sessioncookie": "123456789"}}'
 
 
 Sessions can also be used to provide default data to the request methods::
index 64b49f10bd7191c01c591526cff2657e11c8a09b..217cb81c8a08007238d955aeedf12e167cdf544d 100644 (file)
@@ -1,3 +1,5 @@
+.. _introduction:
+
 Introduction
 ============
 
@@ -40,14 +42,21 @@ Requests License
     THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 
+.. _interpreters:
 Python Interpreters
 -------------------
 
 At this time, the following Python platforms are officially supported:
 
 * cPython 2.5
+* cPython 2.5.5
+* cPython 2.5.6
 * cPython 2.6
+* cPython 2.6.6
+* cPython 2.6.7
 * cPython 2.7
+* cPython 2.7.1
+* cPython 2.7.2
 * PyPy-c 1.4
 * PyPy-c 1.5