How to Install and Uninstall python2-os-api-ref Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python2-os-api-ref" package

In this section, we are going to explain the necessary steps to install python2-os-api-ref on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-os-api-ref

2. Uninstall "python2-os-api-ref" package

This guide let you learn how to uninstall python2-os-api-ref on openSUSE Leap:

$ sudo zypper remove python2-os-api-ref

3. Information about the python2-os-api-ref package on openSUSE Leap

Information for package python2-os-api-ref:
-------------------------------------------
Repository : Main Repository
Name : python2-os-api-ref
Version : 1.6.2-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 277,9 KiB
Installed : No
Status : not installed
Source package : python-os-api-ref-1.6.2-bp153.1.17.src
Summary : Sphinx Extensions to support API reference sites in OpenStack
Description :
This project is a collection of sphinx stanzas that assist in building an API
Reference site for an OpenStack project in RST. RST is great for
unstructured English, but displaying semi structured (and repetitive) data
in tables is not it's strength. This provides tooling to insert semi-structured
data describing request and response parameters, and turn those into nice
tables.
The project also includes a set of styling (and javascript) that is expected
to layer on top of an openstackdocstheme theme base. This provides a nice set
of collapsing sections for REST methods and javascript controls to
expand / collapse all sections.