Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sphinx-hoverxref

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sphinx-hoverxref

Sphinx extension to show tooltips with content embedded when hover a reference.

  • 1.3.0
  • Source
  • PyPI
  • Socket score

Maintainers
5

|PyPI version| |Docs badge| |License|

sphinx-hoverxref

sphinx-hoverxref is a Sphinx_ extension to add tooltips on the cross references of the documentation with the content of the linked section.

Example

.. image:: docs/sphinx-hoverxref-example.png

Installation

You can install sphinx-hoverxref from PyPI:

::

pip install sphinx-hoverxref

Or, alternatively, install it from GitHub directly (requires git):

::

pip install git+https://github.com/readthedocs/sphinx-hoverxref

Configuration

Add this extension in your conf.py file as:

.. code-block:: python

extensions = [ # ... other extensions here

'hoverxref.extension',

]

Documentation

Check out the full documentation at https://sphinx-hoverxref.readthedocs.io/

.. _Sphinx: https://www.sphinx-doc.org/

.. |PyPI version| image:: https://img.shields.io/pypi/v/sphinx-hoverxref.svg :target: https://pypi.org/project/sphinx-hoverxref :alt: Current PyPI version .. |Docs badge| image:: https://readthedocs.org/projects/sphinx-hoverxref/badge/?version=latest :target: https://sphinx-hoverxref.readthedocs.io/en/latest/?badge=latest :alt: Documentation status .. |License| image:: https://img.shields.io/github/license/readthedocs/sphinx-hoverxref.svg :target: LICENSE :alt: Repository license

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc