From: Kenneth Reitz Date: Mon, 16 May 2011 01:14:51 +0000 (-0400) Subject: docs update X-Git-Tag: v0.4.1^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d18ea48b956df50fbd69cea6526f16fb9cb856c0;p=services%2Fpython-requests.git docs update --- diff --git a/docs/index.rst b/docs/index.rst index 9df7344..06ca29e 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 773f3c5..14e58f8 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 6bdf43b..558ee1c 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 e69de29..f476856 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 +---------