[ trixie ]
[ sid ]
[ 原始碼: sphinxext-rediraffe ]
套件:python3-sphinxext-rediraffe(0.2.7-2)
python3-sphinxext-rediraffe 的相關連結
Debian 的資源:
下載原始碼套件 sphinxext-rediraffe:
- [sphinxext-rediraffe_0.2.7-2.dsc]
- [sphinxext-rediraffe_0.2.7.orig.tar.gz]
- [sphinxext-rediraffe_0.2.7-2.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-sphinxext-rediraffe 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-sphinx
- documentation generator for Python projects