zzzeeksphinx 1.0.20-1 source package in Ubuntu

Changelog

zzzeeksphinx (1.0.20-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version bumped to 4.0.0 (no changes needed)

 -- Piotr Ożarowski <email address hidden>  Thu, 20 Jul 2017 20:43:49 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
zzzeeksphinx_1.0.20-1.dsc 2.1 KiB 0f913d0d0d4eb93548759336f9725ffeb19c36d4e0be6fcbb58c8af931cf2aef
zzzeeksphinx_1.0.20.orig.tar.gz 22.5 KiB 22730425059f912c99c9714051ebe78bf54454ba871b9b62ec76a7e5bd2532fb
zzzeeksphinx_1.0.20-1.debian.tar.xz 3.2 KiB 96b5de881931df1582479c991e3de7c5294cd5062364f338fbf376d37d3619f2

Available diffs

No changes file available.

Binary packages built by this source

python-zzzeeksphinx: No summary available for python-zzzeeksphinx in ubuntu cosmic.

No description available for python-zzzeeksphinx in ubuntu cosmic.

python3-zzzeeksphinx: 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