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 kyle.roberts
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, kyle.roberts, pitrou, twouters
Date 2013-04-11.03:35:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365651307.38.0.550515708411.issue17661@psf.upfronthosting.co.za>
In-reply-to
Content
So the :ref: keyword helps and creates a link, but it has the unfortunate side effect of adding different markup and style. I've attached two images to illustrate the differences. I couldn't find a way in the Sphinx or reST documentation to force it to style like a :func:, and my searches didn't come up with much either. Does anyone know of a way to style a :ref: just like a :func:?

The code I used to create the fixed link is:

:ref:`repr() <func-repr>`
History
Date User Action Args
2013-04-11 03:35:07kyle.robertssetrecipients: + kyle.roberts, twouters, georg.brandl, pitrou, ezio.melotti, eric.araujo, docs@python
2013-04-11 03:35:07kyle.robertssetmessageid: <1365651307.38.0.550515708411.issue17661@psf.upfronthosting.co.za>
2013-04-11 03:35:07kyle.robertslinkissue17661 messages
2013-04-11 03:35:06kyle.robertscreate