1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: cloud-sptheme
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-sphinx,
python3-all,
python3-setuptools
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/cloud-sptheme
Vcs-Git: https://salsa.debian.org/python-team/packages/cloud-sptheme.git
Homepage: https://cloud-sptheme.readthedocs.io/
Package: python3-cloud-sptheme
Architecture: all
Depends: cloud-sptheme-common (= ${source:Version}),
${misc:Depends},
${python3:Depends}
Description: Cloud Sphinx theme and related extensions (python3 version)
cloud_sptheme contains a Sphinx theme named "Cloud", and some related
Sphinx extensions. Cloud and its extensions are primarily oriented
towards generating html documentation for Python libraries. It provides
numerous small enhancements to make the html documentation more
interactive, and improve the layout on mobile devices.
.
In addition to the Cloud theme, this package provides a few extra Sphinx
extensions which may be useful when documenting Python projects; and
should be theme-agnostic:
.
cloud_sptheme.ext.autodoc_sections
Patches the sphinx.ext.autodoc to handle RST section headers inside
docstrings.
cloud_sptheme.ext.issue_tracker
Adds a special :issue: role for quickly linking to your project's
issue tracker.
cloud_sptheme.ext.escaped_samp_literals
Patches Sphinx to permit escaped {} characters within a :samp: role.
cloud_sptheme.ext.table_styling
Enhances .. table directive to support per-column text alignment and
other layout features.
.
This package contains the Python 3 version of cloud_sptheme.
Package: cloud-sptheme-common
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Cloud Sphinx theme and related extensions (theme files and docs)
cloud_sptheme contains a Sphinx theme named "Cloud", and some related
Sphinx extensions. Cloud and its extensions are primarily oriented
towards generating html documentation for Python libraries. It provides
numerous small enhancements to make the html documentation more
interactive, and improve the layout on mobile devices.
.
This package contains the theme files, shared by the python2 and
python3 versions of the package. It also contains the documentation for
the theme and the associated extensions.
|