Remove safe_mode/danger_mode from docs
authorIan Cordasco <graffatcolmingov@gmail.com>
Mon, 31 Dec 2012 00:46:04 +0000 (19:46 -0500)
committerIan Cordasco <graffatcolmingov@gmail.com>
Mon, 31 Dec 2012 00:46:04 +0000 (19:46 -0500)
docs/user/quickstart.rst

index ba745d0..0e80eaa 100644 (file)
@@ -411,12 +411,6 @@ If a request exceeds the configured number of maximum redirections, a
 All exceptions that Requests explicitly raises inherit from
 :class:`requests.exceptions.RequestException`.
 
-You can refer to :ref:`Configuration API Docs <configurations>` for immediate
-raising of :class:`HTTPError` exceptions via the ``danger_mode`` option or
-have Requests catch the majority of
-:class:`requests.exceptions.RequestException` exceptions with the ``safe_mode``
-option.
-
 -----------------------
 
 Ready for more? Check out the :ref:`advanced <advanced>` section.