Skip to content

Commit

Permalink
[Backport 3.8] Fix broken references in docs/web_reference.rst (#5711
Browse files Browse the repository at this point in the history
…) (#5772)

* fix broken references

* add references to ignore

* Fix reference

Co-authored-by: Sviatoslav Sydorenko <[email protected]>

* Add `~`

Co-authored-by: Sviatoslav Sydorenko <[email protected]>

* Add `~`

Co-authored-by: Sviatoslav Sydorenko <[email protected]>

Co-authored-by: Sviatoslav Sydorenko <[email protected]>
(cherry picked from commit d43b41d)
  • Loading branch information
l1storez authored Jun 6, 2021
1 parent 35a600b commit abbcf6e
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 55 deletions.
12 changes: 12 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,18 @@
("py:class", "aiohttp.protocol.HttpVersion"), # undocumented
("py:meth", "aiohttp.ClientSession.request"), # undocumented
("py:class", "aiohttp.StreamWriter"), # undocumented
("py:attr", "aiohttp.StreamResponse.body"), # undocumented
("py:class", "aiohttp.payload.StringPayload"), # undocumented
("py:meth", "aiohttp.web.Application.copy"), # undocumented
("py:meth", "asyncio.AbstractEventLoop.create_server"), # undocumented
("py:data", "aiohttp.log.server_logger"), # undocumented
("py:data", "aiohttp.log.access_logger"), # undocumented
("py:data", "aiohttp.helpers.AccessLogger"), # undocumented
("py:attr", "helpers.AccessLogger.LOG_FORMAT"), # undocumented
("py:meth", "aiohttp.web.AbstractRoute.url"), # undocumented
("py:class", "aiohttp.web.MatchedSubAppResource"), # undocumented
("py:attr", "body"), # undocumented
("py:class", "socket.socket"), # undocumented
("py:obj", "logging.DEBUG"), # undocumented
("py:class", "aiohttp.abc.AbstractAsyncAccessLogger"), # undocumented
("py:meth", "aiohttp.payload.Payload.set_content_disposition"), # undocumented
Expand Down
Loading

0 comments on commit abbcf6e

Please sign in to comment.