How to Install and Uninstall python312-sphinxcontrib-documentedlist Package on openSuSE Tumbleweed
Last updated: November 26,2024
1. Install "python312-sphinxcontrib-documentedlist" package
Please follow the step by step instructions below to install python312-sphinxcontrib-documentedlist on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-sphinxcontrib-documentedlist
Copied
2. Uninstall "python312-sphinxcontrib-documentedlist" package
This tutorial shows how to uninstall python312-sphinxcontrib-documentedlist on openSuSE Tumbleweed:
$
sudo zypper remove
python312-sphinxcontrib-documentedlist
Copied
3. Information about the python312-sphinxcontrib-documentedlist package on openSuSE Tumbleweed
Information for package python312-sphinxcontrib-documentedlist:
---------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sphinxcontrib-documentedlist
Version : 0.6-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 22.7 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-documentedlist-0.6-3.4.src
Upstream URL : https://github.com/chintal/sphinxcontrib-documentedlist
Summary : Sphinx DocumentedList extension
Description :
Sphinx extension to convert a Python list into a table in the generated
documentation. The intended application of this extension is to document
the items of essentially list-like objects of immutable data (possibly
enums, though python 3.4 enums are not supported yet).
In the source code, each list item, instead of being just its native
data type, should be replaced by a tuple of two elements. In the
simplest application, the second element of the tuple should be a string
providing a description for the item.
---------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sphinxcontrib-documentedlist
Version : 0.6-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 22.7 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-documentedlist-0.6-3.4.src
Upstream URL : https://github.com/chintal/sphinxcontrib-documentedlist
Summary : Sphinx DocumentedList extension
Description :
Sphinx extension to convert a Python list into a table in the generated
documentation. The intended application of this extension is to document
the items of essentially list-like objects of immutable data (possibly
enums, though python 3.4 enums are not supported yet).
In the source code, each list item, instead of being just its native
data type, should be replaced by a tuple of two elements. In the
simplest application, the second element of the tuple should be a string
providing a description for the item.