From d18ea48b956df50fbd69cea6526f16fb9cb856c0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 May 2011 21:14:51 -0400 Subject: [PATCH] docs update --- docs/index.rst | 2 +- docs/user/install.rst | 2 ++ docs/user/intro.rst | 2 +- docs/user/quickstart.rst | 54 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 9df7344f..06ca29ee 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ Requests: HTTP for Humans ========================= -Release v\ |version|. (`Installation `_) +Release v\ |version|. (:ref:`Installation `) Requests is an :ref:`ISC Licensed ` HTTP library, written in Python, for human beings. diff --git a/docs/user/install.rst b/docs/user/install.rst index 773f3c5f..14e58f8a 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -1,3 +1,5 @@ +.. install: + Installation ============ diff --git a/docs/user/intro.rst b/docs/user/intro.rst index 6bdf43b1..558ee1c2 100644 --- a/docs/user/intro.rst +++ b/docs/user/intro.rst @@ -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 diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index e69de29b..f476856b 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -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 +---------