How to Install and Uninstall python3-sphinxcontrib-trio.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-sphinxcontrib-trio.noarch" package

Please follow the steps below to install python3-sphinxcontrib-trio.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-sphinxcontrib-trio.noarch

2. Uninstall "python3-sphinxcontrib-trio.noarch" package

Learn how to uninstall python3-sphinxcontrib-trio.noarch on Fedora 34:

$ sudo dnf remove python3-sphinxcontrib-trio.noarch $ sudo dnf autoremove

3. Information about the python3-sphinxcontrib-trio.noarch package on Fedora 34

Last metadata expiration check: 3:11:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-sphinxcontrib-trio
Version : 1.1.2
Release : 4.fc34
Architecture : noarch
Size : 167 k
Source : python-sphinxcontrib-trio-1.1.2-4.fc34.src.rpm
Repository : fedora
Summary : Make Sphinx better at documenting Python functions and methods
URL : https://github.com/python-trio/sphinxcontrib-trio
License : MIT or ASL 2.0
Description :
: 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.)