This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JelleZijlstra
Recipients JelleZijlstra, docs@python
Date 2022-04-08.03:24:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649388272.5.0.288077225668.issue47255@roundup.psfhosted.org>
In-reply-to
Content
There are a lot of places in the rest of the docs that have the same problem:

Doc % git grep ':meth:`__' | grep -v whatsnew | wc -l
     610

I wonder if we can make the :meth: role globally default to linking to object.__dunder__. Would that require a change to Sphinx?
History
Date User Action Args
2022-04-08 03:24:32JelleZijlstrasetrecipients: + JelleZijlstra, docs@python
2022-04-08 03:24:32JelleZijlstrasetmessageid: <1649388272.5.0.288077225668.issue47255@roundup.psfhosted.org>
2022-04-08 03:24:32JelleZijlstralinkissue47255 messages
2022-04-08 03:24:32JelleZijlstracreate