You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2019. It is now read-only.
The preview will incorrectly render the hyperlink to the label, i.e. Python version 2.7.10
I'm not sure that this is a correct render. When compiled using Sphinx and deployed to GitHub, it is rendered to display Python version 2.7.10<https://www.python.org/downloads/release/python-2710/> instead. I believe the hyperlink should only render to the label when a space is inserted between the label and the link, as follows:
When creating an external link using:
`Python version 2.7.10<https://www.python.org/downloads/release/python-2710/>`_
The preview will incorrectly render the hyperlink to the label, i.e. Python version 2.7.10
I'm not sure that this is a correct render. When compiled using Sphinx and deployed to GitHub, it is rendered to display Python version 2.7.10<https://www.python.org/downloads/release/python-2710/> instead. I believe the hyperlink should only render to the label when a space is inserted between the label and the link, as follows:
`Python version 2.7.10 <https://www.python.org/downloads/release/python-2710/>`_
This correctly displays the render on GitHub as Python version 2.7.10.
Sphinx docs points out that: