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: mkdocs-gen-files
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
debhelper-compat (= 13),
mkdocs,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-pytest <!nocheck>,
python3-pytest-golden <!nocheck>
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Homepage: https://oprypin.github.io/mkdocs-gen-files
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-gen-files
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-gen-files.git
Package: mkdocs-gen-files
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: MkDocs plugin for dynamically generated pages
Plugin for MkDocs to programmatically generate documentation pages during the
build. The generated documents don't actually appear in the source files, it
only *virtually* becomes part of the site to be built by MkDocs.
.
MkDocs is a fast, simple and downright gorgeous static site generator that's
geared towards building project documentation. Documentation source files are
written in Markdown, and configured with a single YAML configuration file.
.
This is a plugin for mkdocs to add additional features.
|