gnu: python-docutils: Update description.
* gnu/packages/python-xyz.scm (python-docutils)[description]: Add mentions of "rst2man" and ".rst".
This commit is contained in:
parent
3a47800ce2
commit
8f55eed35f
1 changed files with 5 additions and 2 deletions
|
@ -3457,8 +3457,11 @@ structure for Python.")
|
||||||
(synopsis "Python Documentation Utilities")
|
(synopsis "Python Documentation Utilities")
|
||||||
(description
|
(description
|
||||||
"Docutils is a modular system for processing documentation into useful
|
"Docutils is a modular system for processing documentation into useful
|
||||||
formats, such as HTML, XML, and LaTeX. For input Docutils supports
|
formats, such as HTML, XML, and LaTeX. It uses @dfn{reStructuredText}, an
|
||||||
reStructuredText.")
|
easy to use markup language, for input.
|
||||||
|
|
||||||
|
This package provides tools for converting @file{.rst} files to other formats
|
||||||
|
via commands such as @command{rst2man}, as well as supporting Python code.")
|
||||||
;; Most of the source code is public domain, but some source files are
|
;; Most of the source code is public domain, but some source files are
|
||||||
;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
|
;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
|
||||||
(license (list license:public-domain license:psfl license:bsd-2 license:gpl3+))))
|
(license (list license:public-domain license:psfl license:bsd-2 license:gpl3+))))
|
||||||
|
|
Reference in a new issue