How to Install and Uninstall python-zzzeeksphinx Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python-zzzeeksphinx" package

Please follow the step by step instructions below to install python-zzzeeksphinx on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-zzzeeksphinx

2. Uninstall "python-zzzeeksphinx" package

Please follow the steps below to uninstall python-zzzeeksphinx on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-zzzeeksphinx $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-zzzeeksphinx package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-zzzeeksphinx
Priority: optional
Section: universe/python
Installed-Size: 126
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: zzzeeksphinx
Version: 1.0.17-1
Depends: python-mako, python-pyscss, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-pygments
Filename: pool/universe/z/zzzeeksphinx/python-zzzeeksphinx_1.0.17-1_all.deb
Size: 22722
MD5sum: a5983a84bf933b5e7f294a9cb17d90f4
SHA1: 11e8c88208f9eaae1987025caac6c74ff8d96dc8
SHA256: 80390b4dd44aba545822e9009356b3deb25be73a4c7f4579ca4eda1e73299dd4
Description-en: Zzzeek's Sphinx layout and utilities
This layout is first and foremost pulled in for the SQLAlchemy documentation
builds (and possibly other related projects), but is also usable as a
standalone theme / utility set for any project.
.
Features include:
.
* uses Mako templates instead of Jinja, for more programmatic capabilities
inside of templates
* layout includes an independently scrollable sidebar
* unique (to Sphinx) “contextual” sidebar contents that shows the current
page in context with all sibling pages
* modifications to autodoc which illustrate inherited classes, bases, method
documentation illustrates if a method is only inherited from the base or
overridden
* “dynamic base” feature that will, under ReadTheDocs, pull in optional
.mako and .py files from the website of your choice that will serve as an
alternate base template and a source of extra config setup, respectively,
allowing the layout to be integrated into the layout of an external site
when viewing on the web
* “viewsource” extension that can provide highlighted sourcecode to any
Python file arbitrarily
* SQLAlchemy-specific stuff, like the [SQL] popups, the dialect info
directives
* scss support using pyscss
Description-md5: 4f212bc11d1a3c5c6d0fa4b9761ac8d1
Enhances: python-sphinx
Homepage: https://bitbucket.org/zzzeek/zzzeeksphinx
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu