diff --git a/CHANGES/11347.doc.rst b/CHANGES/11347.doc.rst new file mode 100644 index 00000000000..abfbd21963e --- /dev/null +++ b/CHANGES/11347.doc.rst @@ -0,0 +1,3 @@ +Remove outdated contents of ``aiohttp-devtools`` and ``aiohttp-swagger`` +from Web_advanced docs. +-- by :user:`Cycloctane` diff --git a/docs/web_advanced.rst b/docs/web_advanced.rst index f182acf11c1..5ca4f0a05bd 100644 --- a/docs/web_advanced.rst +++ b/docs/web_advanced.rst @@ -1268,20 +1268,13 @@ the middleware might use :meth:`BaseRequest.clone`. for modifying *scheme*, *host* and *remote* attributes according to ``Forwarded`` and ``X-Forwarded-*`` HTTP headers. -Swagger support ---------------- - -`aiohttp-swagger `_ is a -library that allow to add Swagger documentation and embed the -Swagger-UI into your :mod:`aiohttp.web` project. - CORS support ------------ :mod:`aiohttp.web` itself does not support `Cross-Origin Resource Sharing `_, but there is an aiohttp plugin for it: -`aiohttp_cors `_. +`aiohttp-cors `_. Debug Toolbar @@ -1324,10 +1317,8 @@ Install with ``pip``: $ pip install aiohttp-devtools -* ``runserver`` provides a development server with auto-reload, - live-reload, static file serving. -* ``start`` is a `cookiecutter command which does the donkey work - of creating new :mod:`aiohttp.web` Applications. +``adev runserver`` provides a development server with auto-reload, +live-reload, static file serving. Documentation and a complete tutorial of creating and running an app locally are available at `aiohttp-devtools`_.