You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-sphinx-feature-classification-1.1.0-1.lbn36.noarch
OpenStack sphinx-feature-classification library. This is a Sphinx directive that allows creating matrices of drivers a project contains and which features they support.
RPMPackage python3-sphinx-favicon-1.0.1-1.lbn36.noarch
sphinx-favicon**A Sphinx extension to add custom favicons**With sphinx- favicon, you can add custom favicons to your Sphinx html documentation quickly and easily.You can define favicons directly in your conf.py, with different rel attributes such as ["icon"]( or ["apple-touch-icon"]( and any favicon size.The sphinx-favicon extension gives you more flexibility than the [standard favicon.ico...
RPMPackage python3-sphinx-epytext-0.0.4-8.fc36.noarch
This package provides basic support for epytext docstrings in Sphinx autodoc.
RPMPackage python3-sphinx-design-0.6.1-1.lbn36.noarch
sphinx-design A sphinx extension for designing beautiful, view size responsive web components. Created with inspiration from Bootstrap (v5), Material Design and Material-UI design frameworks. Usage Simply pip install sphinx-design and add the extension to your conf.py: extensions = ["sphinx_design"] Supported browsers Chrome >= 60 Firefox >= 60 Firefox ESR iOS >= 12 Safari >= 12 Explorer >= 12 (Mirrors: https:/github.com/twbs/bootstrap/blob/v5.0.2/.browserslistrc) Theme support View the documentation in multiple themes: alabaster sphinx-book-theme pydata-sphinx-theme sphinx-rtd-theme furo Comparison to sphinx-panels This package is an iteration on sphinx-panels and intends to replace it. See Migrating from sphinx-panels for more information. Development It is recommended to use tox to run the tests and document builds. Run tox -va to see all the available tox environments. To run linting, formatting and SASS compilation, use pre-commit. pre-commit run --all css will run the SAS
RPMPackage python3-sphinx-copybutton-0.5.2-1.lbn36.noarch
Sphinx-copybutton does one thing: add a little "copy" button to the right of your code blocks. If the code block overlaps to the right of the text area, you can just click the button to get the whole thing.
RPMPackage python3-sphinx-click-6.0.0-1.lbn36.noarch
sphinx-click is a Sphinx plugin that allows you to automatically extract documentation from a click-based application and include it in your docs.
RPMPackage python3-sphinx-bootstrap-theme-0.8.1-6.lbn36.noarch
This sphinx theme integrates the Booststrap CSS / Javascript framework with various layout options, hierarchical menu navigation, and mobile-friendly responsive design. It is configurable, extensible and can use any number of different Bootswatch CSS themes.
RPMPackage python3-sphinx-basic-ng-1.0.0b2-1.lbn36.noarch
 
RPMPackage python3-sphinx-autodoc-typehints-3.0.1-1.lbn36.noarch
sphinx-autodoc-typehints[![PyPI]( [![Supported Python versions]( [![Downloads]( [![check]( extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types
RPMPackage python3-sphinx-autobuild-2021.3.14-1.lbn36.noarch
Rebuild Sphinx documentation on changes, with live-reload in the browser.
RPMPackage python3-sphinx-autoapi-3.6.0-1.lbn36.noarch
Sphinx AutoAPI is a Sphinx extension for generating complete API documentation without needing to load, run, or import the project being documented. In contrast to the traditional Sphinx autodoc, which requires manual authoring and uses code imports, AutoAPI finds and generates documentation by parsing source code.
RPMPackage python3-sphinx-argparse-0.4.0-4.lbn36.noarch
Sphinx extension that automatically documents argparse commands and options
RPMPackage python3-sphinx-ansible-theme-0.9.1-1.lbn36.noarch
sphinx_ansible_theme --A reusable Ansible Sphinx Theme.Demo-site at
RPMPackage python3-sphinx-8.1.3-2.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. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Although it is still under constant development, the following features are already present, work fine and can be seen "in action" in the Python docs: * Output formats: HTML (including Windows HTML Help) and LaTeX, for printable PDF versions * Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information * Hierarchical structure: easy definition of a document tree, with automatic links to siblings, parents and children * Automatic indices: general index as well as a module index * Code handling: automatic highlighting using the Pygments highlighter * Various extensions are available, e.g. for automatic testing of snippets and inclusion of appropriately formatted docstrings.
RPMPackage python3-trytond-web-user-7.6.0-1.lbn36.noarch
Web User Module The web_user module provides facilities to manage external user accessing from****A user is uniquely identified by an email and he is authenticated using a hashed password. The user can be linked to a Party.Two actions are available:- The *Validate E-mail* which sent an e-mail to the user with a link to an URL that ensures the address exists. - The *Reset Password* which sent...
RPMPackage python3-trytond-web-shortener-7.6.0-1.lbn36.noarch
The web_shortener module allows URLs to be shortened. It counts the number of times the URL is accessed and optionally triggers action. The module defines a route /s/<shortened_id> which will redirect the queries to the URL registered previously with ShortenedURL.get_url. Models that need to be callable from a shortened URL must define the method shortened_url_execute. This class method will be called from the underlying queue with the record and the keywords arguments transmitted when calling get_url. Shortened URL Shortened URL: The shortened URL Redirect URL: The URL the request is redirected to Record: The record on which method will be executed Method: The name of the method to call on record Count: The number of times this shortened URL has been triggered Configuration The web_shortener modules uses the parameter from the section: [web]: shortener_base: The base URL without path for shortened URL. The default value is composed with the configuration [web] hostname.
RPMPackage python3-trytond-web-shop-vue-storefront-stripe-7.6.0-1.lbn36.noarch
The web_shop_vue_storefront_stripe module provides support of Stripe payment for Vue Storefront integration.
RPMPackage python3-trytond-web-shop-vue-storefront-7.6.0-1.lbn36.noarch
The web_shop_vue_storefront module provides the back-end to integrate with Vue Storefront 1.x. Vue StoreFront Configuration The endpoint must be updated to use the Tryton URL. You must just replace /api by http(s):/<hostname>:<port>/<database name>/web_shop_vue_storefront/<shop name>. The configuration autoRefreshTokens must be set to false.
RPMPackage python3-trytond-web-shop-shopify-7.6.2-1.lbn36.noarch
The Web Shop Shopify Module provides a way to manage Shopify stores. It uploads products, variants and collections to Shopify, and downloads orders, transactions and creates fulfilments.
RPMPackage python3-trytond-web-shop-7.6.1-1.lbn36.noarch
The web_shop module provides facilities to store configuration of online web shop.