How to Install and Uninstall python2-sphinxcontrib-documentedlist Package on openSUSE Leap

Last updated: November 24,2024

1. Install "python2-sphinxcontrib-documentedlist" package

This tutorial shows how to install python2-sphinxcontrib-documentedlist on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-sphinxcontrib-documentedlist

2. Uninstall "python2-sphinxcontrib-documentedlist" package

Please follow the instructions below to uninstall python2-sphinxcontrib-documentedlist on openSUSE Leap:

$ sudo zypper remove python2-sphinxcontrib-documentedlist

3. Information about the python2-sphinxcontrib-documentedlist package on openSUSE Leap

Information for package python2-sphinxcontrib-documentedlist:
-------------------------------------------------------------
Repository : Main Repository
Name : python2-sphinxcontrib-documentedlist
Version : 0.6-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 21,1 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-documentedlist-0.6-bp153.1.16.src
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.