sphinx-doc / sphinx

The Sphinx documentation generator
https://www.sphinx-doc.org/
Other
6.46k stars 2.1k forks source link

expose glossary entry link on hover #996

Open shimizukawa opened 9 years ago

shimizukawa commented 9 years ago

It would be nice if hovering over the right side of the header to a glossary entry would expose a link in the same way that Sphinx does for function definitions, etc.

Observe the difference here, for example:

http://docs.python.org/dev/glossary.html#glossary

Otherwise, there doesn't seem to be a convenient way to get the URL to a glossary entry.


shimizukawa commented 9 years ago

From Chris Jerdonek on 2012-08-26 18:50:43+00:00

Here is a patch that I tested against the Sphinx documentation. This is my first Sphinx patch, so my apologies in advance if I have overlooked anything.

cjerdonek commented 8 years ago

@shimizukawa Can my patch submission be found somewhere?

tk0miya commented 8 years ago

Here is salvaged file: issue-996-1.patch Uploaded using ZenHub.io

tuukkamustonen commented 4 years ago

Wasn't exactly obvious to me what the ticket is referring to, so just adding that it's this ¶ entry that it's after:

image

CAM-Gerlach commented 2 years ago

This was added in #8752 and is a duplicate of #1638 , and so can be closed.

@AA-Turner