You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sphinxcontrib-mermaid-0.9.2-1.lbn36.noarch
This extension allows you to embed Mermaid < graphs in your documents, including general flowcharts, sequence diagrams, gantt diagrams and more.It adds a directive to embed mermaid markup. For example::
RPMPackage python3-sphinxcontrib-log-cabinet-1.0.1-1.lbn36.noarch
sphinxcontrib-log-cabinet Organize changelogs generated by versionadded, versionchanged, deprecated directives. The log will be sorted by newest to oldest version. For HTML docs, older versions will be collapsed by default.Install:.. code-block:: text $ pip install sphinxcontrib-log- cabinetEnable:.. code-block:: python extensions [ ..., "sphinxcontrib.log_cabinet", ...,...
RPMPackage python3-sphinxcontrib-jsmath-1.0.1-14.fc36.noarch
sphinxcontrib-jsmath is a sphinx extension which renders display math in HTML via JavaScript.
RPMPackage python3-sphinxcontrib-jquery-4.1-3.lbn36.noarch
sphinxcontrib-jquery is a Sphinx extension that ensures that jQuery is always installed for use in Sphinx themes or extensions.
RPMPackage python3-sphinxcontrib-inkscapeconverter-1.2.0-2.fc36.noarch
Converts SVG images to PDF in case the builder does not support SVG images natively (e.g. LaTeX). This package contains converter using Inkscape.
RPMPackage python3-sphinxcontrib-httpexample-1.1-1.lbn36.noarch
sphinxcontrib-httpexample .. image::
RPMPackage python3-sphinxcontrib-httpdomain-1.7.0-14.fc36.noarch
Using this Sphinx domain you can document your HTTP API. It includes support for generating documentation from Flask routing tables.
RPMPackage python3-sphinxcontrib-htmlhelp-2.0.3-1.lbn36.noarch
sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
RPMPackage python3-sphinxcontrib-gravatar-0.1.2-1.lbn36.noarch
sphinxcontrib-gravatar is a Sphinx extension for Gravatar|travis| |coveralls| |downloads| |version| |license|Features* Provide gravatar icon for your document.Set upMake environment with pip:: $ pip install sphinxcontrib- gravatarUsagesetup conf.py with:: set extension extensions + ['sphinxcontrib.gravatar'] define gravatar users gravatar_users ( ('tell-k', {'email': 'ffk2005@gmail.com' }),...
RPMPackage python3-sphinxcontrib-golangdomain-0.2.0.dev0-1.lbn36.noarch
 
RPMPackage python3-sphinxcontrib-github-alt-1.2-6.fc36.noarch
Link to GitHub issues, pull requests, commits and users for a particular project. It's called 'alt' because sphinxcontrib-github already exists. IPython & Jupyter projects have been using the syntax defined in this extension for some time before we made it into its own package, so we didn't want to switch to sphinxcontrib-github.
RPMPackage python3-sphinxcontrib-dotnetdomain-0.4-1.lbn36.noarch
Sphinx .NET domainDomain to support .NET languages.
RPMPackage python3-sphinxcontrib-devhelp-1.0.2-7.fc36.noarch
sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document.
RPMPackage python3-sphinxcontrib-cairosvgconverter-1.2.0-2.fc36.noarch
Converts SVG images to PDF in case the builder does not support SVG images natively (e.g. LaTeX). This package contains converter using CairoSVG.
RPMPackage python3-sphinxcontrib-blockdiag-2.0.0-7.fc36.noarch
A sphinx extension for embedding block diagram using blockdiag_.
RPMPackage python3-sphinxcontrib-bibtex-2.4.2-1.fc36.noarch
This package contains a Sphinx extension for BibTeX style citations. This extension allows BibTeX citations to be inserted into documentation generated by Sphinx, via a bibliography directive, and a cite role, which work similarly to LaTeX's thebibliography environment and \cite command. For formatting, the extension relies on pybtex, written by Andrey Golovizin.
RPMPackage python3-sphinxcontrib-autoprogram-0.1.8-2.lbn36.noarch
This extension provides an automated way to document CLI programs. It scans ArgumentParser objects and then expands it into a set of program and option directives.
RPMPackage python3-sphinxcontrib-asyncio-0.3.0-2.fc36.noarch
Sphinx extension for adding asyncio-specific markups.
RPMPackage python3-sphinxcontrib-applehelp-1.0.6-1.lbn36.noarch
sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books.
RPMPackage python3-sphinxcontrib-apidoc-0.3.0-1.lbn36.noarch
sphinxcontrib-apidoc A Sphinx extension for running sphinx-apidoc_ on each build.Overview *sphinx-apidoc* is a tool for automatic generation of Sphinx sources that, using the autodoc <sphinx_autodoc>_ extension, documents a whole package in the style of other automatic API documentation tools. *sphinx- apidoc* does not actually build documentation - rather it simply generates it. As a result,...