diff --git a/docs/api/redirects.rst b/docs/api/redirects.rst index bae8a9e..40f649f 100644 --- a/docs/api/redirects.rst +++ b/docs/api/redirects.rst @@ -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 --------- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst deleted file mode 100644 index e5d9bda..0000000 --- a/docs/user/advanced.rst +++ /dev/null @@ -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 \ No newline at end of file diff --git a/docs/user/deployment.rst b/docs/user/deployment.rst deleted file mode 100644 index 6a45cf7..0000000 --- a/docs/user/deployment.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. _deployment: - -Deploying Your Web API -====================== - -[talk about, diagram async, host, etc.] - -[async front, async to backend options - asyncio, gevent, etc.] \ No newline at end of file diff --git a/tox.ini b/tox.ini index b4e6afc..454a387 100644 --- a/tox.ini +++ b/tox.ini @@ -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 []