New submission from Serhiy Storchaka: When there is a reference from the term in different form (e.g. in plural), the modified part can be appended outside of the reference: ":term:`bytes-like object`\ s". But this looks not very nice in rendered document, since only a part of the word is undescored. Proposed patch expands similar references to full words: ":term:`bytes-like objects <bytes-like object>`". ---------- assignee: docs@python components: Documentation files: refs_forms.patch keywords: patch messages: 265686 nosy: docs@python, georg.brandl, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Mark up of references in different form type: enhancement versions: Python 2.7, Python 3.5, Python 3.6 Added file: http://bugs.python.org/file42869/refs_forms.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue27036> _______________________________________