[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Fix formatting of python-nbconvert descripti
From: |
guix-commits |
Subject: |
branch master updated: gnu: Fix formatting of python-nbconvert description. |
Date: |
Thu, 23 Jun 2022 11:39:00 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 80ba78ab98 gnu: Fix formatting of python-nbconvert description.
80ba78ab98 is described below
commit 80ba78ab98b405dc0a6c2703584a6737dcd209ee
Author: raingloom <raingloom@riseup.net>
AuthorDate: Tue Nov 16 23:35:09 2021 -0500
gnu: Fix formatting of python-nbconvert description.
* gnu/packages/python-xyz (python-nbconvert)[description]: Fix
formatting.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 84040a2e3f..a2178bf5d5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13089,7 +13089,7 @@ time.")
texlive-zapfding))))
(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:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Fix formatting of python-nbconvert description.,
guix-commits <=