add PATCH to docs
authorKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 02:21:54 +0000 (22:21 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 02:21:54 +0000 (22:21 -0400)
docs/api.rst

index 9d9bc0a..06939f1 100644 (file)
@@ -16,11 +16,13 @@ Main Interface
 All of Request's functionality can be accessed by these 5 methods. They
 all return a :class:`Response <models.Response>` object.
 
+.. autofunction:: head
 .. autofunction:: get
 .. autofunction:: post
 .. autofunction:: put
+.. autofunction:: patch
 .. autofunction:: delete
-.. autofunction:: head
+
 
 -----------