Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing references in docs #5518

Closed
webknjaz opened this issue Mar 6, 2021 · 26 comments · Fixed by #5774
Closed

Fix missing references in docs #5518

webknjaz opened this issue Mar 6, 2021 · 26 comments · Fixed by #5774
Assignees
Labels
bug documentation Improvements or additions to documentation enhancement good first issue Good for newcomers infra

Comments

@webknjaz
Copy link
Member

webknjaz commented Mar 6, 2021

👋 THIS IS A GOOD FIRST ISSUE

🐞 Describe the bug

I noticed that the docs have some RST references to internal and external intersphinx objects. We should fix those and enable nitpicky = True by default.

P.S. It is okay to send small PRs to fix references gradually

💡 To Reproduce

Uncomment nitpicky = True in docs/conf.py and run make doc.

💡 Expected behavior

No errors.

📋 Logs/tracebacks

/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:22: WARNING: py:class reference target not found: AbstractRouter
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:22: WARNING: py:meth reference target not found: AbstractRouter.resolve
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:22: WARNING: py:class reference target not found: AbstractMatchInfo
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:26: WARNING: py:meth reference target not found: AbstractMatchInfo.handler
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:26: WARNING: py:attr reference target not found: AbstractMatchInfo.http_exception
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:30: WARNING: py:attr reference target not found: AbstractMatchInfo.http_exception
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:30: WARNING: py:meth reference target not found: AbstractMatchInfo.handler
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:30: WARNING: py:attr reference target not found: AbstractMatchInfo.http_exception
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:52: WARNING: py:class reference target not found: AbstractMatchInfo
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:57: WARNING: py:meth reference target not found: AbstractRouter.resolve
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:105: WARNING: py:attr reference target not found: ClientSession.cookie_jar
/home/wk/src/github/aio-libs/aiohttp/docs/abc.rst:169: WARNING: py:class reference target not found: RequestHandler
/home/wk/src/github/aio-libs/aiohttp/docs/client_advanced.rst:190: WARNING: py:class reference target not found: aiohttp.SimpleCookie
/home/wk/src/github/aio-libs/aiohttp/docs/client_advanced.rst:296: WARNING: py:class reference target not found: SimpleNamespace
/home/wk/src/github/aio-libs/aiohttp/docs/client_advanced.rst:312: WARNING: py:class reference target not found: SimpleNampespace
/home/wk/src/github/aio-libs/aiohttp/docs/client_advanced.rst:425: WARNING: py:class reference target not found: aiohttp.NamedPipeConnector
/home/wk/src/github/aio-libs/aiohttp/docs/client_advanced.rst:588: WARNING: py:class reference target not found: aiohttp.connector.BaseConnector
/home/wk/src/github/aio-libs/aiohttp/docs/client_quickstart.rst:102: WARNING: py:class reference target not found: MultiDict
/home/wk/src/github/aio-libs/aiohttp/docs/client_quickstart.rst:320: WARNING: py:class reference target not found: aiohttp.streams.StreamReader
/home/wk/src/github/aio-libs/aiohttp/docs/client_quickstart.rst:330: WARNING: py:mod reference target not found: aiohttp
/home/wk/src/github/aio-libs/aiohttp/docs/client_quickstart.rst:369: WARNING: py:mod reference target not found: aiohttp
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:91: WARNING: py:class reference target not found: aiohttp.istr
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:98: WARNING: py:class reference target not found: AbstractCookieJar
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:779: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:213: WARNING: py:class reference target not found: aiohttp.AbstractCookieJar
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:264: WARNING: py:class reference target not found: aiohttp.istr
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:296: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:353: WARNING: py:class reference target not found: aiohttp.MultiDict
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:353: WARNING: py:class reference target not found: aiohttp.MultiDictProxy
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:389: WARNING: py:class reference target not found: aiohttp.istr
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:: WARNING: py:class reference target not found: abc.Mapping
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:516: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:534: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:541: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:554: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:561: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:574: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:589: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:607: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:626: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:632: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:: WARNING: py:class reference target not found: aiohttp.protocol.HttpVersion
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:991: WARNING: py:class reference target not found: aiohttp.ClientRequest
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1137: WARNING: py:class reference target not found: aiohttp.abc.AbstractResolver
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1084: WARNING: py:const reference target not found: socket.AF_INET
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1084: WARNING: py:const reference target not found: socket.AF_INET6
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1088: WARNING: py:const reference target not found: socket.AF_INET
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1088: WARNING: py:const reference target not found: socket.AF_INET6
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1113: WARNING: py:const reference target not found: socket.AF_INET
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1113: WARNING: py:const reference target not found: socket.AF_INET6
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1216: WARNING: py:meth reference target not found: ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1232: WARNING: py:class reference target not found: HttpVersion
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1441: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1444: WARNING: py:class reference target not found: ClientRequest
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1467: WARNING: py:func reference target not found: aiohttp.ws_connect
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1483: WARNING: py:meth reference target not found: start
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1580: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1641: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1713: WARNING: py:class reference target not found: ClientRequest
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1747: WARNING: py:meth reference target not found: ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1798: WARNING: py:class reference target not found: aiohttp.AbstractCookieJar
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1813: WARNING: py:class reference target not found: aiohttp.abc.AbstractCookieJar
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1920: WARNING: py:class reference target not found: Payload
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1955: WARNING: py:class reference target not found: bytesarray
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:1962: WARNING: py:class reference target not found: bytesarray
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:2105: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:2166: WARNING: py:exc reference target not found: ServerDisconnectionError
/home/wk/src/github/aio-libs/aiohttp/docs/client_reference.rst:2195: WARNING: py:exc reference target not found: ClientHttpProxyError
/home/wk/src/github/aio-libs/aiohttp/docs/faq.rst:288: WARNING: py:meth reference target not found: aiohttp.web.Response.write_eof
/home/wk/src/github/aio-libs/aiohttp/docs/logging.rst:41: WARNING: py:obj reference target not found: logging.DEBUG
/home/wk/src/github/aio-libs/aiohttp/docs/logging.rst:128: WARNING: py:class reference target not found: aiohttp.abc.AbstractAsyncAccessLogger
/home/wk/src/github/aio-libs/aiohttp/docs/multipart.rst:154: WARNING: py:class reference target not found: Payload
/home/wk/src/github/aio-libs/aiohttp/docs/multipart.rst:154: WARNING: py:meth reference target not found: Payload.set_content_disposition
/home/wk/src/github/aio-libs/aiohttp/docs/multipart.rst:177: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/multipart.rst:218: WARNING: py:class reference target not found: cgi.FieldStorage
/home/wk/src/github/aio-libs/aiohttp/docs/multipart_reference.rst:10: WARNING: py:class reference target not found: MultipartBodyReader
/home/wk/src/github/aio-libs/aiohttp/docs/multipart_reference.rst:138: WARNING: py:class reference target not found: aiohttp.client.ClientResponse
/home/wk/src/github/aio-libs/aiohttp/docs/new_router.rst:47: WARNING: py:class reference target not found: aiohttp.web.Route
/home/wk/src/github/aio-libs/aiohttp/docs/new_router.rst:68: WARNING: py:class reference target not found: aiohttp.web.BaseResource
/home/wk/src/github/aio-libs/aiohttp/docs/new_router.rst:68: WARNING: py:class reference target not found: aiohttp.web.Route
/home/wk/src/github/aio-libs/aiohttp/docs/new_router.rst:83: WARNING: py:class reference target not found: aiohttp.web.ResourceAdapter
/home/wk/src/github/aio-libs/aiohttp/docs/streams.rst:9: WARNING: py:attr reference target not found: aiohttp.web.Request.content
/home/wk/src/github/aio-libs/aiohttp/docs/streams.rst:18: WARNING: py:attr reference target not found: aiohttp.web.Request.content
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:43: WARNING: py:mod reference target not found: aiohttp.test_tools
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:58: WARNING: py:class reference target not found: aiohttp.web.WebServer
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:341: WARNING: py:meth reference target not found: get_app
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:562: WARNING: py:class reference target not found: list of pairs
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:562: WARNING: py:class reference target not found: aiohttp.protocol.HttpVersion
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:562: WARNING: py:class reference target not found: aiohttp.StreamWriter
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:562: WARNING: py:class reference target not found: asyncio.transports.Transport
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:625: WARNING: py:meth reference target not found: aiohttp.test_utils.TestServer.start_server
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:625: WARNING: py:meth reference target not found: aiohttp.test_utils.TestServer.close
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:663: WARNING: py:class reference target not found: aiohttp.web.WebServer
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:667: WARNING: py:class reference target not found: asyncio.AbstractServer
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:775: WARNING: py:attr reference target not found: self.server.app
/home/wk/src/github/aio-libs/aiohttp/docs/testing.rst:803: WARNING: py:meth reference target not found: aiohttp.ClientSession.request
/home/wk/src/github/aio-libs/aiohttp/docs/web_advanced.rst:437: WARNING: py:class reference target not found: RequestHandler
/home/wk/src/github/aio-libs/aiohttp/docs/web_advanced.rst:751: WARNING: py:meth reference target not found: UrlDispatcher.register_resource
/home/wk/src/github/aio-libs/aiohttp/docs/web_advanced.rst:851: WARNING: py:data reference target not found: zmq.SUB
/home/wk/src/github/aio-libs/aiohttp/docs/web_advanced.rst:851: WARNING: py:obj reference target not found: application['websockets']
/home/wk/src/github/aio-libs/aiohttp/docs/web_advanced.rst:896: WARNING: py:func reference target not found: listen_to_redis
/home/wk/src/github/aio-libs/aiohttp/docs/web_advanced.rst:971: WARNING: py:func reference target not found: aiohttp_debugtoolbar.setup
/home/wk/src/github/aio-libs/aiohttp/docs/web_exceptions.rst:481: WARNING: py:class reference target not found: URL
/home/wk/src/github/aio-libs/aiohttp/docs/web_exceptions.rst:488: WARNING: py:class reference target not found: URL
/home/wk/src/github/aio-libs/aiohttp/docs/web_lowlevel.rst:20: WARNING: py:meth reference target not found: asyncio.AbstractEventLoop.create_server
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:139: WARNING: py:attr reference target not found: Request.method
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:358: WARNING: py:meth reference target not found: aiohttp.web.UrlDispather.add_routes
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:401: WARNING: py:meth reference target not found: aiohttp.web.UrlDispather.add_routes
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:470: WARNING: py:attr reference target not found: Request.query
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:473: WARNING: py:meth reference target not found: Request.post
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:473: WARNING: py:meth reference target not found: Request.multipart
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:476: WARNING: py:meth reference target not found: Request.post
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:476: WARNING: py:meth reference target not found: Request.multipart
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:554: WARNING: py:meth reference target not found: Request.post
/home/wk/src/github/aio-libs/aiohttp/docs/web_quickstart.rst:554: WARNING: py:meth reference target not found: Request.multipart
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:32: WARNING: py:class reference target not found: aiohttp.protocol.HttpVersion
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:121: WARNING: py:func reference target not found: socket.gtfqdn
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:323: WARNING: py:class reference target not found: ETag
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:326: WARNING: py:class reference target not found: ETag
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:333: WARNING: py:class reference target not found: ETag
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:336: WARNING: py:class reference target not found: ETag
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:387: WARNING: py:meth reference target not found: Request.read
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:399: WARNING: py:meth reference target not found: Request.text
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:405: WARNING: py:class reference target not found: web.HTTPBadRequest
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:421: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:418: WARNING: py:meth reference target not found: Request.json
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:424: WARNING: py:class reference target not found: aiohttp.multipart.MultipartReader
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:462: WARNING: py:meth reference target not found: Request.post
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:473: WARNING: py:meth reference target not found: Request.release
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:502: WARNING: py:class reference target not found: aiohttp.abc.AbstractMatchInfo
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:634: WARNING: py:attr reference target not found: Request.keep_alive
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:801: WARNING: py:class reference target not found: ETag
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:898: WARNING: py:class reference target not found: aiohttp.payload.StringPayload
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:912: WARNING: py:attr reference target not found: StreamResponse.body
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:930: WARNING: py:attr reference target not found: body
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1053: WARNING: py:meth reference target not found: start
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1153: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1250: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1325: WARNING: py:meth reference target not found: Application.copy
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1476: WARNING: py:class reference target not found: MatchedSubAppResource
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1529: WARNING: py:class reference target not found: AbstractRouter
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1529: WARNING: py:meth reference target not found: AbstractRouter.resolve
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1542: WARNING: py:meth reference target not found: asyncio.AbstreactEventLoop.create_server
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1570: WARNING: py:class reference target not found: AbstractRouter
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1574: WARNING: py:meth reference target not found: router
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1639: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1639: WARNING: py:class reference target not found: coroutine
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1638: WARNING: py:class reference target not found: PlainRoute
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1638: WARNING: py:class reference target not found: DynamicRoute
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1762: WARNING: py:class reference target not found: coroutine
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1754: WARNING: py:meth reference target not found: StaticRoute.url
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1754: WARNING: py:meth reference target not found: StaticRoute.url_for
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1761: WARNING: py:class reference target not found: StaticRoute
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1765: WARNING: py:class reference target not found: AbstractMatchInfo
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1768: WARNING: py:class reference target not found: AbstractMatchInfo
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1771: WARNING: py:attr reference target not found: AbstractMatchInfo.http_exception
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1773: WARNING: py:attr reference target not found: AbstractMatchInfo.handler
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1782: WARNING: py:attr reference target not found: Request.raw_path
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1813: WARNING: py:class reference target not found: BaseResource
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1847: WARNING: py:class reference target not found: AbstractMatchInfo
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1847: WARNING: py:attr reference target not found: AbstractMatchInfo.http_exception
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1847: WARNING: py:attr reference target not found: AbstractMatchInfo.handler
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1952: WARNING: py:class reference target not found: callable
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:1952: WARNING: py:class reference target not found: coroutine
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2334: WARNING: py:class reference target not found: abc.collections.Sequence
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2418: WARNING: py:class reference target not found: AbstractMatchInfo
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2424: WARNING: py:class reference target not found: AbstractMatchInfo
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2437: WARNING: py:class reference target not found: Route
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2445: WARNING: py:class reference target not found: AbstractView
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2522: WARNING: py:meth reference target not found: socket.getsockname
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2562: WARNING: py:data reference target not found: aiohttp.log.server_logger
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2564: WARNING: py:data reference target not found: aiohttp.log.access_logger
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2566: WARNING: py:data reference target not found: aiohttp.helpers.AccessLogger
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2566: WARNING: py:class reference target not found: aiohttp.abc.AbstractAccessLogger
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2569: WARNING: py:attr reference target not found: helpers.AccessLogger.LOG_FORMAT
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2668: WARNING: py:meth reference target not found: socket.listen
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2703: WARNING: py:meth reference target not found: socket.listen
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2729: WARNING: py:class reference target not found: socket.socket
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2739: WARNING: py:meth reference target not found: socket.listen
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2750: WARNING: py:class reference target not found: collections.namedtuple
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2750: WARNING: py:meth reference target not found: Request.POST
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2883: WARNING: py:class reference target not found: socket
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2848: WARNING: py:data reference target not found: aiohttp.helpers.AccessLogger
/home/wk/src/github/aio-libs/aiohttp/docs/web_reference.rst:2848: WARNING: py:class reference target not found: aiohttp.abc.AbstractAccessLogger
/home/wk/src/github/aio-libs/aiohttp/docs/websocket_utilities.rst:42: WARNING: py:attr reference target not found: WSCloseCode.unsupported_data
/home/wk/src/github/aio-libs/aiohttp/docs/websocket_utilities.rst:42: WARNING: py:attr reference target not found: WSCloseCode.message_too_big
/home/wk/src/github/aio-libs/aiohttp/docs/whats_new_1_1.rst:23: WARNING: py:class reference target not found: web.Request.url
/home/wk/src/github/aio-libs/aiohttp/docs/whats_new_1_1.rst:23: WARNING: py:class reference target not found: web.Request.rel_url
/home/wk/src/github/aio-libs/aiohttp/docs/whats_new_1_1.rst:35: WARNING: py:class reference target not found: aiohttp.web.Request.url_for(name, **kwargs)

📋 Your version of the Python

N/A

📋 Your version of the aiohttp/yarl/multidict distributions

N/A

📋 Additional context

All the existing references can be found at https://webknjaz.github.io/intersphinx-untangled/

@webknjaz webknjaz added bug enhancement good first issue Good for newcomers documentation Improvements or additions to documentation infra labels Mar 6, 2021
@webknjaz
Copy link
Member Author

webknjaz commented Mar 6, 2021

@l1storez do you want to work on this task?

@l1storez
Copy link
Contributor

l1storez commented Mar 7, 2021

yep

@sgr81
Copy link
Contributor

sgr81 commented Apr 4, 2021

@webknjaz Please assign this to me as well. I will work on this.

@webknjaz
Copy link
Member Author

webknjaz commented Apr 4, 2021

@sgr81 done! Just make sure to work on different files not to repeat each other's work :)

@l1storez
Copy link
Contributor

l1storez commented Apr 4, 2021

@sgr81 I am working on abc.rst , client_reference.rst, testing.rst now

@l1storez
Copy link
Contributor

l1storez commented Apr 4, 2021

@sgr81 Please, write the files you will be fixing. Because I almost fixed mine and take web_reference.rst
P.S. I will send PRs later

@sgr81
Copy link
Contributor

sgr81 commented Apr 7, 2021

@l1storez I have not started but I will pick other than those you mentioned above.

@l1storez
Copy link
Contributor

also working on web_reference.rst and web_quickstart

@l1storez
Copy link
Contributor

I think that the work on the PR is completely mine, now

@webknjaz
Copy link
Member Author

@l1storez which PR? There's many.

@l1storez
Copy link
Contributor

l1storez commented May 14, 2021

I'm so sorry, on the issue

@l1storez
Copy link
Contributor

l1storez commented May 28, 2021

Remaining warnings:

aiohttp/docs/logging.rst:41: WARNING: py:obj reference target not found: logging.DEBUG
aiohttp/docs/logging.rst:128: WARNING: py:class reference target not found: aiohttp.abc.AbstractAsyncAccessLogger
aiohttp/docs/multipart.rst:154: WARNING: py:class reference target not found: Payload
aiohttp/docs/multipart.rst:154: WARNING: py:meth reference target not found: Payload.set_content_disposition
aiohttp/docs/multipart.rst:218: WARNING: py:class reference target not found: cgi.FieldStorage
/aiohttp/docs/web_exceptions.rst:481: WARNING: py:class reference target not found: URL
/aiohttp/docs/web_exceptions.rst:488: WARNING: py:class reference target not found: URL

@l1storez
Copy link
Contributor

Sent PRs for the latest files. Waiting for merge and resolve conflicts

webknjaz pushed a commit that referenced this issue Jun 6, 2021
patchback bot pushed a commit that referenced this issue Jun 6, 2021
Resolves #5518

(cherry picked from commit 87e4f3b)
patchback bot pushed a commit that referenced this issue Jun 7, 2021
Resolves #5518

(cherry picked from commit 87e4f3b)
webknjaz pushed a commit that referenced this issue Jun 7, 2021
…#5780)

Resolves #5518

(cherry picked from commit 87e4f3b)

Co-authored-by: Olexiy Pohorely <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug documentation Improvements or additions to documentation enhancement good first issue Good for newcomers infra
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants