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
|
Source: sphinxcontrib-images
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
libjs-lightbox2,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-requests,
python3-sphinx,
python3-wheel,
Standards-Version: 4.7.2
Homepage: https://github.com/sphinx-contrib/images
Package: python3-sphinxcontrib.images
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
libjs-lightbox2,
Description: Easy thumbnails in Sphinx documentation (focused on HTML).
Features
.
Show thumbnails instead of full size images inside documentation (HTML).
Ability to zoom/enlarge picture using LightBox2 (HTML).
Ability to group pictures
Download remote pictures and keep it in cache (if requested)
Support for other formats (latex, epub, ... - fallback to image directive)
Easy to extend (add own backend in only few lines of code)
- Add other HTML "preview" solution than LightBox2
- Add better support to non-HTML outputs
- Preprocess images
|