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 Arthur-Milchior
Recipients Arthur-Milchior, docs@python
Date 2021-10-28.03:04:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635390266.57.0.202926795869.issue45640@roundup.psfhosted.org>
In-reply-to
Content
In the current documentation, production tokens are not clickable. For example in https://docs.python.org/3/reference/expressions.html#yield-expressions , you highlight `yield_from` as a token but do not link to it.
I suppose that the goal, when using :token:`yeld_from`, was to ensure that the token links to its definition. However, Sphinx require to use :token:`~python-grammar:yeld_from` for the link to appear. 

I suggest adding ~python-grammar after each token:.
History
Date User Action Args
2021-10-28 03:04:26Arthur-Milchiorsetrecipients: + Arthur-Milchior, docs@python
2021-10-28 03:04:26Arthur-Milchiorsetmessageid: <1635390266.57.0.202926795869.issue45640@roundup.psfhosted.org>
2021-10-28 03:04:26Arthur-Milchiorlinkissue45640 messages
2021-10-28 03:04:26Arthur-Milchiorcreate