From: Kenneth Reitz Date: Wed, 22 Jun 2011 02:21:54 +0000 (-0400) Subject: add PATCH to docs X-Git-Tag: v0.5.0^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15de7d9dbabd6acc97267c1c6addb59a08c6367b;p=services%2Fpython-requests.git add PATCH to docs --- diff --git a/docs/api.rst b/docs/api.rst index 9d9bc0a..06939f1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -16,11 +16,13 @@ Main Interface All of Request's functionality can be accessed by these 5 methods. They all return a :class:`Response ` object. +.. autofunction:: head .. autofunction:: get .. autofunction:: post .. autofunction:: put +.. autofunction:: patch .. autofunction:: delete -.. autofunction:: head + -----------