[issue46879] [doc] incorrect sphinx object names

2022-02-28 Thread Martin Fischer
Change by Martin Fischer : -- keywords: +patch pull_requests: +29739 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31615 ___ Python tracker ___ _

[issue46879] [doc] incorrect sphinx object names

2022-02-28 Thread Martin Fischer
New submission from Martin Fischer : API members documented in sphinx have an object name, which allow the documentation to be linked from other projects. Sphinx calculates the object name by prefixing the current module name to the directive argument, e.g: .. module:: foo .. function:: bar.baz