docs update
authorKenneth Reitz <me@kennethreitz.com>
Mon, 16 May 2011 01:14:51 +0000 (21:14 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 16 May 2011 01:14:51 +0000 (21:14 -0400)
docs/index.rst
docs/user/install.rst
docs/user/intro.rst
docs/user/quickstart.rst

index 9df7344fec50b9c523826e7473c1d457d2d1193d..06ca29ee0eadd93d4e57fa769c0c0019af14c8d2 100644 (file)
@@ -6,7 +6,7 @@
 Requests: HTTP for Humans
 =========================
 
-Release v\ |version|. (`Installation <install>`_)
+Release v\ |version|. (:ref:`Installation <install>`)
 
 Requests is an :ref:`ISC Licensed <isc>` HTTP library, written in Python, for human beings.
 
index 773f3c5faaba14640221a1f9d6c39c3b9565cbf2..14e58f8af57f66300f8caec85bd565138028c6fb 100644 (file)
@@ -1,3 +1,5 @@
+.. install:
+
 Installation
 ============
 
index 6bdf43b1d32db30104f2d266357f2bba09e3395b..558ee1c2257d119d0402f7017341878043682ac3 100644 (file)
@@ -52,4 +52,4 @@ At this time, the following Python platforms are officially supported:
 * PyPy-c 1.5
 
 
-Support for other Python 3.x is planned.
\ No newline at end of file
+Support for Python 3.x is planned.
\ No newline at end of file
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f476856b1183da4fec86e2743fe7f249877f6409 100644 (file)
@@ -0,0 +1,54 @@
+Feature Overview
+================
+
+
+Quickstart
+==========
+
+
+GET Request
+-----------
+
+
+Adding Parameters
+-----------------
+
+
+
+Adding Headers
+--------------
+
+
+
+HTTP Basic Auth
+---------------
+
+
+Tracking Redirects
+------------------
+
+
+
+
+HTTP POST (Form Data)
+---------------------
+
+
+HTTP POST (Binary Data)
+-----------------------
+
+
+HTTP POST (Multipart Files)
+---------------------------
+
+
+HTTP PUT
+--------
+
+
+HTTP DELETE
+-----------
+
+
+HTTP HEAD
+---------