chore(docs): Fix warnings

This commit is contained in:
Kurt Griffiths
2016-10-14 10:10:48 -06:00
parent 918f370e61
commit c90d960198
4 changed files with 1 additions and 29 deletions

View File

@@ -9,14 +9,6 @@ a 3xx (Redirection) response to the client. Raising one of these
classes short-circuits request processing in a manner similar to
raising an instance or subclass of :py:class:`~.HTTPError`
Base Class
----------
.. autoclass:: falcon.http_status.HTTPStatus
:members:
Redirects
---------

View File

@@ -1,12 +0,0 @@
.. Coming soon! sinks, serialization hooks, etc., server error stream, static file serving, file upload, etc.
.. if 'wsgi.file_wrapper' in environ:
.. multiple hooks per resource
.. after hooks
.. error responses for auth - 404 ?
.. error hooks
.. document all the individual error classes?
.. stacked hooks
.. auth whitelist
.. processing file uploads from forms
.. static file serving
.. wsgi middleware

View File

@@ -1,8 +0,0 @@
.. _deployment:
Deploying Your Web API
======================
[talk about, diagram async, host, etc.]
[async front, async to backend options - asyncio, gevent, etc.]

View File

@@ -188,4 +188,4 @@ commands = falcon-bench []
deps = -r{toxinidir}/tools/doc-requires
whitelist_externals = rm
commands =
sphinx-build -j4 -E -b html docs docs/_build/html []
sphinx-build -W -E -b html docs docs/_build/html []