You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sphinxcontrib-video-0.2.0-1.lbn36.noarch
The video extension allows you to embed .mp4/.webm/etc videos as defined by the HTML5 standard. It’s just a wrapper around: <video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> Your browser does not support the video tag. </video> Installing As usual with sphinx extensions, remember to add them to your config: extensions = [ 'sphinxcontrib.video' ]
RPMPackage python3-sphinxcontrib-versioning-2.2.1-1.lbn36.noarch
sphinxcontrib-versioning Sphinx extension that allows building versioned docs for self-hosting.* Python 2.7, 3.3, 3.4, and 3.5 supported on Linux and OS X. * Python 2.7, 3.3, 3.4, and 3.5 supported on Windows (both 32 and 64 bit versions of Python).📖 Full documentation: .. image::
RPMPackage python3-sphinxcontrib-trio-1.1.2-8.fc36.noarch
This sphinx extension helps you document Python code that uses async/await, or abstract methods, or context managers, or generators, or ... you get the idea. It works by making sphinx's regular directives for documenting Python functions and methods smarter and more powerful. The name is because it was originally written for the Trio project, and I'm not very creative. But don't be put off – there's nothing Trio- or async-specific about this extension; any Python project can benefit. (Though projects using async/await probably benefit the most, since sphinx's built-in tools are especially inadequate in this case.)
RPMPackage python3-sphinxcontrib-towncrier-0.3.2a0-1.lbn36.noarch
An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version.
RPMPackage python3-sphinxcontrib-svg2pdfconverter-common-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 common files.
RPMPackage python3-sphinxcontrib-spelling-8.0.0-1.lbn36.noarch
.. -*- mode: rst -*- sphinxcontrib-spelling This package contains sphinxcontrib.spelling, a spelling checker for Sphinx-based documentation. It uses PyEnchant_ to produce a report showing misspelled words.Refer to the main documentation page < for installation and setup details.License Copyright Doug Hellmann, All Rights ReservedPermission to use, copy, modify, and distribute this software and...
RPMPackage python3-sphinxcontrib-serializinghtml-1.1.10-1.lbn36.noarch
sphinxcontrib-serializinghtml is a sphinx extension which outputs “serialized” HTML files (json and pickle). For more details, please visit http:/www.sphinx-doc.org/. Installing Install from PyPI: pip install -U sphinxcontrib-serializinghtml Contributing See CONTRIBUTING.rst
RPMPackage python3-sphinxcontrib-seqdiag-2.0.0-5.fc36.noarch
A sphinx extension for embedding sequence diagram using seqdiag_.
RPMPackage python3-sphinxcontrib-rsvgconverter-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 libRSVG.
RPMPackage python3-sphinxcontrib-robotframework-0.8.1-1.lbn36.noarch
Robot Framework extension for Sphinx **sphinxcontrib-robotframework** is a Sphinx_-extension, which executes embedded Robot Framework_ tests during sphinx- build.**sphinxcontrib-robotframework** can be used in doctest_ way to validate examples shown in documentation or with Selenium_ and its Robot Framework integration, Selenium2Library_, to generate scripted screenshots during the...
RPMPackage python3-sphinxcontrib-robotdoc-0.11.0-1.lbn36.noarch
Introduction This package provides a Sphinx-extension to embed Robot Framework test suites, test cases, or user keywords in into Sphinx-documents in spirit of the autodoc Sphinx-extension. When to use? Consider not using this package.This package was created before Robot Framework plain text syntax lexer (highlighting support) was implemented and included into Pygments (> 1.6rc1). This package...
RPMPackage python3-sphinxcontrib-restbuilder-0.3-1.lbn36.noarch
Sphinx_ extension to build reST (reStructuredText_) files.This extension is in particular useful to use in combination with the autodoc extension to automatically generate documentation for use by any rst parser (such as the GitHub wiki).In itself, the extension is fairly straightforward -- it takes the parsed reST file from Sphinx_ and outputs it as reST... _Sphinx: .. _reStructuredText:
RPMPackage text/h323 python3-sphinxcontrib-qthelp-1.0.3-7.fc36.noarch
sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.
RPMPackage python3-sphinxcontrib-programoutput-0.17-3.fc36.noarch
A Sphinx extension to literally insert the output of arbitrary commands into documents, helping you to keep your command examples up to date.
RPMPackage python3-sphinxcontrib-phpdomain-0.9.0-4.lbn36.noarch
This package contains the phpdomain Sphinx extension.This extension provides a PHP domain for sphinx.
RPMPackage python3-sphinxcontrib-pecanwsme-0.10.0-7.fc36.noarch
This is an extension to Sphinx (http://sphinx-doc.org/) for documenting APIs built with the Pecan WSGI object-dispatching web framework and WSME (Web Services Made Easy).
RPMPackage python3-sphinxcontrib-pdfembed-0.1-1.lbn36.noarch
This is the code for the sphinxcontrib.pdfembed extension, which embedds PDF files in the sphinx generated webpages. To embed a PDF file in a page use the following: :pdfembed:`src:_static/path_to_pdf.pdf, height:1600, width:1300, align:middle`
RPMPackage python3-sphinxcontrib-openapi-0.7.0-4.fc36.noarch
Sphinx extension to generate APIs docs from OpenAPI (fka Swagger) spec. It depends on sphinxcontrib-httpdomain that provides an HTTP domain for describing RESTful HTTP APIs, so we don’t need to reinvent the wheel.
RPMPackage python3-sphinxcontrib-napoleon-0.7-1.lbn36.noarch
Napoleon - *Marching toward legible docstrings* .. note:: As of Sphinx 1.3, the napoleon extension will come packaged with Sphinx under sphinx.ext.napoleon. The sphinxcontrib.napoleon extension will continue to work with Sphinx < 1.2.Are you tired of writing docstrings that look like this:: :param path: The path of the file to wrap :type path: str :param field_storage: The :class:FileStorage...
RPMPackage python3-sphinxcontrib-moderncmakedomain-3.21.4-1.lbn36.noarch
Sphinx Domain for Modern CMakeThis is taken directly from the Kitware git repository's Utilities directory. The original [sphinxcontrib-cmakedomain] has not been touched in quite some and as a result it wildly out of date. Documenting CMake domain entities in projects is painful otherwise. This works *exactly* in the same way as Kitware, so some time might be needed to study their approach to...