guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python-docutils: Update description.


From: guix-commits
Subject: 02/05: gnu: python-docutils: Update description.
Date: Mon, 9 Nov 2020 16:16:38 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 8f55eed35f63ebd3539c5d66842ebc9e0c765fdf
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Nov 9 20:52:50 2020 +0100

    gnu: python-docutils: Update description.
    
    * gnu/packages/python-xyz.scm (python-docutils)[description]: Add mentions 
of
    "rst2man" and ".rst".
---
 gnu/packages/python-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5bbd547..ec0979b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3457,8 +3457,11 @@ structure for Python.")
     (synopsis "Python Documentation Utilities")
     (description
      "Docutils is a modular system for processing documentation into useful
-formats, such as HTML, XML, and LaTeX.  For input Docutils supports
-reStructuredText.")
+formats, such as HTML, XML, and LaTeX.  It uses @dfn{reStructuredText}, an
+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
     ;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
     (license (list license:public-domain license:psfl license:bsd-2 
license:gpl3+))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]