You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-lazr-lifecycle-1.2.1-1.lbn36.noarch
This file is part of lazr.lifecycle. lazr.lifecycle is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.lifecycle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS...
RPMPackage python3-lazr-enum-1.2.1-1.lbn36.noarch
This file is part of lazr.enum. lazr.enum is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.enum is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A...
RPMPackage python3-lazr-delegates-2.0.4-1.lbn36.noarch
The lazr.delegates package makes it easy to write objects that delegate behavior to another object. The new object adds some property or behavior on to the other object, while still providing the underlying interface, and delegating behavior.
RPMPackage python3-lazr-batchnavigator-1.3.1-1.lbn36.noarch
This file is part of lazr.batchnavigator. lazr.batchnavigator is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.batchnavigator is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of...
RPMPackage python3-sphinxtesters-0.2.3-12.fc36.noarch
This package contains utilities for testing Sphinx extensions.
RPMPackage python3-sphinxext-opengraph-0.7.3-1.fc36.noarch
Sphinx extension to generate unique OpenGraph metadata.
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,...
RPMPackage python3-sphinxcontrib-zopeext-0.3.2-1.lbn36.noarch
.. -*- rst -*- -*- restructuredtext -*- .. Note: this file is simplified without text roles so it displays on PyPI. See .. doc/README.rst for the correct information. zopeext for Sphinx :author: Michael McNeil Forbes <mforbes@alum.mit.edu>This extension provides an autointerface directive for Zope interfaces_.Requirements * Sphinx_: pip install sphinx * zope.interface_: pip install...
RPMPackage python3-sphinxcontrib-youtube-1.4.1-1.lbn36.noarch
This package contains the youtube Sphinx extension.The extension defines the directives, "youtube" and "vimeo", for embedding YouTube and Vimeo videos, respectively.
RPMPackage python3-sphinxcontrib-websupport-1.2.7-11.lbn36.noarch
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application.
RPMPackage python3-sphinxcontrib-video-0.4.1-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.1-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-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...