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 9df7344..06ca29e 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 773f3c5..14e58f8 100644 (file)
@@ -1,3 +1,5 @@
+.. install:
+
 Installation
 ============
 
index 6bdf43b..558ee1c 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 e69de29..f476856 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
+---------