chore(docs): Fix warnings
This commit is contained in:
@@ -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
|
classes short-circuits request processing in a manner similar to
|
||||||
raising an instance or subclass of :py:class:`~.HTTPError`
|
raising an instance or subclass of :py:class:`~.HTTPError`
|
||||||
|
|
||||||
|
|
||||||
Base Class
|
|
||||||
----------
|
|
||||||
|
|
||||||
.. autoclass:: falcon.http_status.HTTPStatus
|
|
||||||
:members:
|
|
||||||
|
|
||||||
|
|
||||||
Redirects
|
Redirects
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
.. _deployment:
|
|
||||||
|
|
||||||
Deploying Your Web API
|
|
||||||
======================
|
|
||||||
|
|
||||||
[talk about, diagram async, host, etc.]
|
|
||||||
|
|
||||||
[async front, async to backend options - asyncio, gevent, etc.]
|
|
||||||
2
tox.ini
2
tox.ini
@@ -188,4 +188,4 @@ commands = falcon-bench []
|
|||||||
deps = -r{toxinidir}/tools/doc-requires
|
deps = -r{toxinidir}/tools/doc-requires
|
||||||
whitelist_externals = rm
|
whitelist_externals = rm
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -j4 -E -b html docs docs/_build/html []
|
sphinx-build -W -E -b html docs docs/_build/html []
|
||||||
|
|||||||
Reference in New Issue
Block a user