You are here: Home

Modified items

All recently modified items, latest first.
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-removed-in-0.2.1-8.fc36.noarch
This is a Sphinx extension which recognizes the versionremoved and removed-in directives.
RPMPackage python3-sphinx-pytest-0.1.1-1.lbn36.noarch
Helpful pytest fixtures for sphinx extensions. This extension provides pytest fixtures to "simulate" converting some source text to docutils AST at different stages; before transforms, after transforms, etc.
RPMPackage python3-sphinx-prompt-1.8.0-1.lbn36.noarch
Sphinx Prompt Initialize In conf.py add extensions += ['sphinx_prompt']. Syntax A default prompt can be created using a prompt directive: .. prompt:: <statements> The prompt can be further customized in one of two ways: Using positional arguments: .. prompt:: [<language> [<prompts> [<modifiers>]]] <statements> Using options: .. prompt:: :language: <language> :prompts: <prompts> :modifiers: <modifiers> <statements> While these constructs generate the same output, the positional arguments cannot be used if you want to use a prompt that contains spaces. This is a limitation of reStructuredText. Positional arguments can be mixed with options if they don't overlap (so if you pass prompts using options, you can only pass the language using positional arguments): .. prompt:: bash :prompts: (cool_project) $ python3 -m pip install --upgrade sphinx-prompt
RPMPackage python3-sphinx-press-theme-0.5.1-15.lbn36.noarch
A modern responsive theme for python's Sphinx documentation generator. See it in action on Press Theme own website. This theme is based on VuePress.
RPMPackage python3-sphinx-panels-0.6.0-2.fc36.noarch
A sphinx extension for creating document components optimized for HTML+CSS. - The panels directive creates panels of content in a grid layout, utilizing both the Bootstrap 4 grid system, and cards layout. - The link-button directive creates a click-able button, linking to a URL or reference, and can also be used to make an entire panel click-able. - The dropdown directive creates toggle-able content. - The tabbed directive creates tabbed content. - opticon and fa (fontawesome) roles allow for inline icons to be added.
RPMPackage python3-sphinx-notfound-page-1.0.0-1.lbn36.noarch
Create a custom 404 page with absolute URLs hardcoded
RPMPackage python3-sphinx-needs-2.0.0-1.lbn36.noarch
**Complete documentation**: sphinxcontrib-needs got renamed to sphinx-needs. This affects also the URLs for documentation and repository:* Docs: * Repo: Introduction Sphinx-Needs allows the definition, linking and filtering of class- like need-objects, which are by default:* requirements * specifications * implementations * test cases.This list can be easily customized via configuration (for...
RPMPackage python3-sphinx-mdinclude-0.5.3-1.lbn36.noarch
sphinx-mdinclude Sphinx extension for including or writing pages in Markdown format. sphinx-mdinclude is a simple Sphinx extension that enables including Markdown documents from within reStructuredText. It provides the .. mdinclude:: directive, and automatically converts the content of Markdown documents to reStructuredText format. sphinx-mdinclude is a fork of m2r and m2r2, focused only on providing a Sphinx extension. Features Basic markdown and some extensions (see below) inline/block-level raw html fenced-code block tables footnotes ([^1]) Inline- and Block-level rst markups single- and multi-line directives (.. directive::) inline-roles (:code:`print(1)` ...) ref-link (see `ref`_) footnotes ([#fn]_) math extension inspired by recommonmark Sphinx extension add markdown support for sphinx mdinclude directive to include markdown from md or rst files option to parse relative links into ref and doc directives (md_parse_relative_links) Restrictions In the rst's directive
RPMPackage python3-sphinx-math-dollar-1.2.1-1.fc36.noarch
sphinx-math-dollar is a Sphinx extension to let you write LaTeX math using $$.
RPMPackage python3-sphinx-markdown-tables-0.0.15-3.fc36.noarch
A Sphinx extension for rendering tables written in markdown.
RPMPackage python3-sphinx-licenseinfo-0.4.0-1.lbn36.noarch
Sphinx directives for showing license information.
RPMPackage python3-sphinx-latex-7.4.7-1.lbn36.noarch
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. This package pulls in the TeX dependencies needed by Sphinx's LaTeX builder.
RPMPackage python3-sphinx-last-updated-by-git-0.2.2-5.fc36.noarch
Get the "last updated" time for each Sphinx page from Git. This is a little Sphinx_ extension that does exactly that.It also checks for included files and other dependencies.
RPMPackage python3-sphinx-kr-theme-0.2.1-12.lbn36.noarch
This is a repackaging of Kenneth Reitz's krTheme, a theme for use in Sphinx documentation, originally derived from Mitsuhiko's Flask theme.
RPMPackage python3-sphinx-jinja2-compat-0.2.0.post1-1.lbn36.noarch
Patches Jinja2 v3 to restore compatibility with earlier Sphinx versions. Also makes some Sphinx versions work correctly on Python 3.10. The patches can be disabled by setting the environment variable NO_SPHINX_JINJA2_COMPAT to 1. (v0.2.0 and newer only)
RPMPackage python3-sphinx-issues-3.0.1-2.fc36.noarch
A Sphinx extension for linking to your project's issue tracker. Includes roles for linking to issues, pull requests, user profiles, with built-in support for GitHub (though this works with other services).
RPMPackage python3-sphinx-intl-2.1.0-3.lbn36.noarch
sphinx-intl is a utility tool that provides several features that make it easy to translate and to apply translation to Sphinx generated document. Optional: support the Transifex service for translation with Sphinx (not packaged yet).
RPMPackage python3-sphinx-inline-tabs-2023.04.21-1.lbn36.noarch
Add inline tabbed content to your Sphinx documentation. Features: - Elegant design: Small footprint in the markup and generated website, while looking good. - Configurable: All the colors can be configured using CSS variables. - Synchronization: Tabs with the same label all switch with a single click. - Works without JavaScript: JavaScript is not required for the basics, only for synchronization.
RPMPackage python3-sphinx-hoverxref-0.5b1-7.fc36.noarch
Sphinx extension to show a floating window (tooltips or modal dialogues) on the cross references of the documentation embedding the content of the linked section on them. With sphinx-hoverxref, you don’t need to click a link to see what’s in there.