All Projects → readthedocs → sphinx-hoverxref

readthedocs / sphinx-hoverxref

Licence: MIT license
Sphinx extension to show tooltips with content embedded when hover a reference.

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
TeX
3793 projects

Projects that are alternatives of or similar to sphinx-hoverxref

sphinxcontrib-hdl-diagrams
Sphinx Extension which generates various types of diagrams from Verilog code.
Stars: ✭ 37 (-51.95%)
Mutual labels:  sphinx, sphinx-extension
autodoc pydantic
Seamlessly integrate pydantic models in your Sphinx documentation.
Stars: ✭ 60 (-22.08%)
Mutual labels:  sphinx, sphinx-extension
sphinx-toolbox
Box of handy tools for Sphinx 🧰 📔
Stars: ✭ 55 (-28.57%)
Mutual labels:  sphinx, sphinx-extension
sphinx-codeautolink
Automatic links from code examples to reference documentation
Stars: ✭ 41 (-46.75%)
Mutual labels:  sphinx, sphinx-extension
sphinx-wavedrom
A sphinx extension that allows including wavedrom diagrams by using its text-based representation
Stars: ✭ 26 (-66.23%)
Mutual labels:  sphinx, sphinx-extension
emojicodes
An extension to use emoji codes in your Sphinx documentation! 😍
Stars: ✭ 39 (-49.35%)
Mutual labels:  sphinx, sphinx-extension
sphinxcontrib-programoutput
Sphinx extension for capturing program output
Stars: ✭ 29 (-62.34%)
Mutual labels:  sphinx, sphinx-extension
sphinx-revealjs
Presentation builder for Pythonista
Stars: ✭ 56 (-27.27%)
Mutual labels:  sphinx, sphinx-extension
matlabdomain
A Sphinx extension for documenting Matlab code
Stars: ✭ 34 (-55.84%)
Mutual labels:  sphinx, sphinx-extension
sphinx rtd dark mode
Adds a toggleable dark mode to the Read the Docs theme for Sphinx.
Stars: ✭ 29 (-62.34%)
Mutual labels:  sphinx, sphinx-extension
openapi
OpenAPI (fka Swagger) spec renderer for Sphinx.
Stars: ✭ 78 (+1.3%)
Mutual labels:  sphinx, sphinx-extension
sphinxcontrib-django
This is a sphinx extension which improves the documentation of Django apps.
Stars: ✭ 37 (-51.95%)
Mutual labels:  sphinx, sphinx-extension
hakyll-shortcut-links
✂️ Hakyll shortcut-links in markdown files
Stars: ✭ 12 (-84.42%)
Mutual labels:  links
moja global docs
Repository to host the moja global technical documentation
Stars: ✭ 35 (-54.55%)
Mutual labels:  sphinx
react-st-modal
Simple and flexible modal dialog component for React JS
Stars: ✭ 41 (-46.75%)
Mutual labels:  modal-dialogs
react-popper
🍿⚛Official React library to use Popper, the positioning library
Stars: ✭ 2,415 (+3036.36%)
Mutual labels:  tooltip
material-about
An about screen to use in your Mobile apps.
Stars: ✭ 37 (-51.95%)
Mutual labels:  links
Chocobo-Date-Range-Picker
🗓️ Component - The Date Range Picker easier to use in AngularJS.
Stars: ✭ 23 (-70.13%)
Mutual labels:  tooltip
WonderfulPolishLanguage
This is a repository created for the list of resources for learning and exploring Wonderful Polish language.
Stars: ✭ 31 (-59.74%)
Mutual labels:  links
sphinx-substitution-extensions
Extensions for Sphinx which allow substitutions
Stars: ✭ 32 (-58.44%)
Mutual labels:  sphinx-extension

Build status Current PyPI version Documentation status Repository 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

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:

extensions = [
 # ... other extensions here

 'hoverxref.extension',
]

Documentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].