[PATCH] gnu: Fix formatting of python-nbconvert description.

  • Done
  • quality assurance status badge
Details
3 participants
  • Jack Hill
  • Maxim Cournoyer
  • raingloom
Owner
unassigned
Submitted by
raingloom
Severity
normal
R
R
raingloom wrote on 20 Sep 2021 04:03
(name . Guix Patches)(address . guix-patches@gnu.org)
20210920040312.0b2641ee@riseup.net
* gnu/packages/python-xyz (python-nbconvert)[description]: Fix
formatting. ---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (16 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4e2e719afc..0a99326b2b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11480,7 +11480,7 @@ time.")
("python-tornado" ,python-tornado-6)))
(home-page "https://jupyter.org")
(synopsis "Converting Jupyter Notebooks")
- (description "The @code{nbconvert} tool, @{jupyter nbconvert},
converts
+ (description "The @code{nbconvert} tool, @code{jupyter nbconvert},
converts notebooks to various other formats via Jinja templates. It
allows you to convert an @code{.ipynb} notebook file into various
static formats including:
--
2.33.0
J
J
Jack Hill wrote on 17 Nov 2021 05:35
[PATCH v2] gnu: Fix formatting of python-nbconvert description.
(address . 50692@debbugs.gnu.org)(name . raingloom)(address . raingloom@riseup.net)
20211117043509.15582-1-jackhill@jackhill.us
From: raingloom <raingloom@riseup.net>

* gnu/packages/python-xyz (python-nbconvert)[description]: Fix
formatting.
---

Note from Jack Hill <jackhill@jackhill.us>: This patch does indeed fix
the formatting of the description of python-nbconvert. For some reason,
the original patch didn't apply for me, so I re-created it.

gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f32c322c0a..6b465b6061 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12107,7 +12107,7 @@ (define-public python-nbconvert
("python-tornado" ,python-tornado-6)))
(home-page "https://jupyter.org")
(synopsis "Converting Jupyter Notebooks")
- (description "The @code{nbconvert} tool, @{jupyter nbconvert}, converts
+ (description "The @code{nbconvert} tool, @code{jupyter nbconvert}, converts
notebooks to various other formats via Jinja templates. It allows you to
convert an @code{.ipynb} notebook file into various static formats including:
--
2.33.1
M
M
Maxim Cournoyer wrote on 23 Jun 2022 17:39
Re: bug#50692: [PATCH] gnu: Fix formatting of python-nbconvert description.
(name . Jack Hill)(address . jackhill@jackhill.us)
874k0b4cf0.fsf_-_@gmail.com
Hi,

Jack Hill <jackhill@jackhill.us> writes:

Toggle quote (5 lines)
> From: raingloom <raingloom@riseup.net>
>
> * gnu/packages/python-xyz (python-nbconvert)[description]: Fix
> formatting.

Applied, thanks!

Maxim
Closed
?