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

Last updated: May 15,2024

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

Here is a brief guide to show you how to install python3-os-api-ref on openSUSE Leap

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

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

This guide covers the steps necessary to uninstall python3-os-api-ref on openSUSE Leap:

$ sudo zypper remove python3-os-api-ref

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

Information for package python3-os-api-ref:
-------------------------------------------
Repository : Main Repository
Name : python3-os-api-ref
Version : 1.6.2-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 263.6 KiB
Installed : No
Status : not installed
Source package : python-os-api-ref-1.6.2-bp155.2.9.src
Upstream URL : https://launchpad.net/%{sname}
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.