Merge pull request #1832 from kevinburke/docs-warnings

Fix warnings when building the docs
This commit is contained in:
2014-01-08 10:45:33 -08:00
5 changed files with 7 additions and 6 deletions
-1
View File
@@ -130,6 +130,5 @@ you.
:maxdepth: 1
dev/philosophy
dev/internals
dev/todo
dev/authors
+1 -1
View File
@@ -300,7 +300,7 @@ Then, we can make a request using our Pizza Auth::
>>> requests.get('http://pizzabin.org/admin', auth=PizzaAuth('kenneth'))
<Response [200]>
.. _streaming-requests
.. _streaming-requests:
Streaming Requests
------------------