sphinx-inline-tabs

Add inline tabbed content to your Sphinx documentation. (maintained, though extremely stable as of Jan 2022)

MIT License

Downloads
255.4K
Stars
82
Committers
7

Sphinx Inline Tabs

Add inline tabbed content to your Sphinx documentation.

Installation

This project is available on PyPI, and can be installed using pip:

pip install sphinx-inline-tabs

You'll also want to add the extension to extensions in conf.py:

extensions = [
    ...,
    "sphinx_inline_tabs",
    ...,
]

Features

  • Elegant design: Small footprint in the markup and generated website, while looking good.
  • Configurable: All the colors can be configured using CSS variables.
  • Synchronisation: Tabs with the same label all switch with a single click.
  • Works without JavaScript: JavaScript is not required for the basics, only for synchronisation.

Contributing

sphinx-inline-tabs is a volunteer maintained open source project, and we welcome contributions of all forms.

The Code of Conduct applies within all community spaces. If you are not familiar with our Code of Conduct policy, take a minute to read the policy before starting with your first contribution.

Package Rankings
Top 15.69% on Alpine-v3.16
Top 16.0% on Alpine-edge
Top 30.89% on Conda-forge.org
Top 12.79% on Alpine-v3.14
Top 14.48% on Alpine-v3.15
Top 11.96% on Alpine-v3.13
Top 11.6% on Alpine-v3.18
Top 4.26% on Pypi.org
Top 17.36% on Alpine-v3.17