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
|
Source: sphinxext-rediraffe
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
flit,
furo,
python3-all,
pybuild-plugin-pyproject,
python3-setuptools,
python3-sphinx <!nodoc>,
sphinx-doc <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/wpilibsuite/sphinxext-rediraffe
Package: python3-sphinxext-rediraffe
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Suggests: python3-sphinxext-rediraffe-doc
Description: Sphinx Extension to redirect files
This sphinx extension redirects non-existent pages to working pages.
Rediraffe can also check that deleted/renamed files in your git repo
are redirected.
.
Rediraffe creates a graph of all specified redirects and traverses it
to point all internal urls to leaf urls.
This means that chained redirects will be resolved.
For example, if a config has 6 chained redirects,
all 6 links will redirect directly to the final link.
The end user will never experience more than 1 redirection.
.
Note: Rediraffe supports the html and dirhtml builders.
Package: python3-sphinxext-rediraffe-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Recommends: python3-sphinxext-rediraffe
Multi-Arch: foreign
Description: Documentation for Sphinx Extension to redirect files
This sphinx extension redirects non-existent pages to working pages.
Rediraffe can also check that deleted/renamed files in your git repo
are redirected.
.
Rediraffe creates a graph of all specified redirects and traverses it
to point all internal urls to leaf urls.
This means that chained redirects will be resolved.
For example, if a config has 6 chained redirects,
all 6 links will redirect directly to the final link.
The end user will never experience more than 1 redirection.
.
Note: Rediraffe supports the html and dirhtml builders.
.
This package contains the documentation for Rediraffe in HTML format.
|