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
|
Source: python-mkdocs
Section: text
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
python3-all (>= 3.2), python3-setuptools, python3-markdown (>= 2.1.0),
python3-jinja2, python3-yaml, python3-watchdog, python3-pkg-resources,
python3-click, python3-tornado, python3-livereload,
mkdocs-bootstrap (>=0.1.1), mkdocs-bootswatch (>=0.1.0),
Standards-Version: 3.9.8
Homepage: http://www.mkdocs.org/
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mkdocs.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mkdocs.git
Package: mkdocs
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources,
fonts-font-awesome,
Suggests: mkdocs-doc, ghp-import
Description: Static site generator geared towards building project documentation
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.
Package: mkdocs-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Static site generator (documentation)
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 package contains the HTML documentation.
|