You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sphinxcontrib-actdiag-2.0.0-5.fc36.noarch
sphinxcontribactdiag A sphinx extension for embedding activity diagram using actdiag. This extension enables you to insert activity diagrams into your document.
RPMPackage python3-sphinx_tabs-3.4.1-1.lbn36.noarch
sphinx-tabs[![Github-CI][github-ci]][github-link] [![Coverage Status][codecov- badge]][codecov-link] [![PyPI][pypi-badge]][pypi-link]Create tabbed content in [Sphinx documentation]() when building HTML.For example, see the [Raw] code of [docs/index.rst](docs/index.rst) which generates the following:A live demo can be found here: <>![Tabs](/images/tabs.gif) Installationbash pip install sphinx-...
RPMPackage python3-sphinx_rtd_theme-2.0.0-6.lbn36.noarch
This is a prototype mobile-friendly sphinx theme for readthedocs.org. It's currently in development and includes some rtd variable checks that can be ignored if you're just trying to use it on your project outside of that site.
RPMPackage python3-sphinx_reredirects-0.1.1-1.lbn36.noarch
sphinx-reredirects sphinx-reredirects is the extension for Sphinx documentation <://www.sphinx-doc.org/>_ projects that handles redirects for moved pages. It generates HTML pages with meta refresh redirects to the new page location to prevent 404 errors if you rename or move your documents.
RPMPackage python3-sphinx-versioning-0.1.5-1.lbn36.noarch
sphinx_versioning A Sphinx extension to manage versioned documentation. Overviewsphinx-versioning is a Sphinx extension that manages versioned documentation, allowing users to maintain multiple versions of their documentation with ease. This plugin makes it simple to create, view, and navigate between different versions, providing an enhanced user experience. Features- **Version Creation**:...
RPMPackage python3-sphinx-version-warning-1.1.2-1.lbn36.noarch
Sphinx Version Warning Extension Sphinx Version Warning is a Sphinx_ extension that allows you to show a *Warning* banner at the top of your documentation. The banner is shown based on the version that is displayed compared (using SemVer_) with the latest version on the server.This extension was originally created to be compatible with Read the Docs_ API and currently it's the only backend...
RPMPackage python3-sphinx-typlog-theme-0.8.0-4.lbn36.noarch
A sphinx theme sponsored by Typlog, created by Hsiaoming Yang.
RPMPackage python3-sphinx-toolbox-3.5.0-1.lbn36.noarch
Box of handy tools for Sphinx
RPMPackage python3-sphinx-togglebutton-0.3.2-1.lbn36.noarch
sphinx-togglebuttonA small sphinx extension to make it possible to add a "toggle button" to sections of your page. This allows you to:- Collapse Sphinx admonitions (notes, warnings, etc) so that their content is hidden until users click a toggle button. - Collapse arbitrary chunks of content on your page with a collapse directive.![Demonstration of Sphinx Togglebutton]( Installation You can...
RPMPackage python3-sphinx-theme-py3doc-enhanced-2.4.0-7.lbn36.noarch
Theme based on the theme of https://docs.python.org/3/ with some responsive enhancements.
RPMPackage python3-sphinx-theme-builder+cli-0.2.0-0.11.b2.lbn36.noarch
This is a metapackage bringing in cli extras requires for python3-sphinx-theme-builder. It makes sure the dependencies are installed.
RPMPackage python3-sphinx-theme-builder-0.2.0-0.11.b2.lbn36.noarch
A tool for authoring Sphinx themes with a simple (opinionated) workflow.
RPMPackage python3-sphinx-theme-alabaster-0.7.16-5.lbn36.noarch
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It began as a third-party theme, and is still maintained separately, but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is selected as the default theme.
RPMPackage python3-sphinx-testing-1.0.1-1.lbn36.noarch
testing utility classes and functions for Sphinx extensions
RPMPackage python3-sphinx-tabs-doc-3.4.1-1.lbn36.noarch
HTML documentation for sphinx-tabs.
RPMPackage python3-sphinx-tabs-3.4.1-1.lbn36.noarch
Create tabbed content in Sphinx documentation when building HTML.
RPMPackage python3-sphinx-subfigure-0.2.4-1.lbn36.noarch
sphinx-subfigure A sphinx extension to create figures with multiple images: Provides a simple format for complex image layouts. Supports HTML fully, with responsive layouts, for different screen sizes LaTeX is supported, except for images that span multiple rows. degrades gracefully for other formats. Supports figure numbering and referencing. Supports image sub-captions, via alt text. Usage Install sphinx-subfigure with pip install sphinx-subfigure, then add sphinx_subfigure to your conf.py file's extensions variable: extensions = ["sphinx_subfigure"] numfig = True # optional Now add a subfigure directive to your document: .. subfigure:: AA|BC :layout-sm: A|B|C :subcaptions: above :name: myfigure :class-grid: outline .. image:: imageA.png :alt: Image A .. image:: imageB.png :alt: Image B .. image:: imageC.png :alt: Image C Figure Caption Each image is automatically assigned an area identifier (A, B, C, etc.). Layouts are formed
RPMPackage python3-sphinx-sitemap-2.2.0-2.fc36.noarch
This package contains a Sphinx extension to generate multiversion and multilanguage sitemaps.org-compliant sitemaps for the HTML version of your Sphinx documentation.
RPMPackage python3-sphinx-simplepdf-1.6.0-1.lbn36.noarch
Sphinx-SimplePDF A Sphinx extension to build easily PDFs from a Sphinx project.For more details, please read the documentation under - 1. pip install sphinx-simplepdf. 2. make simplepdf inside your Sphinx documentation project. 3. Open your PDF under _build/simplepdf.
RPMPackage python3-sphinx-rtd-theme-1.0.0-1.lbn36.noarch
This Sphinx theme was designed to provide a great reader experience for documentation users on both desktop and mobile devices. This theme is used primarily on Read the Docs but can work with any Sphinx project. You can find a working demo of the theme in the theme documentation