unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: guix-devel@gnu.org
Subject: [PATCH 1/1] gnu: python-matplotlib: Fix documentation reST markup error.
Date: Wed,  4 Jan 2017 22:22:20 +0100	[thread overview]
Message-ID: <20170104212220.20969-2-dannym@scratchpost.org> (raw)
In-Reply-To: <20170104212220.20969-1-dannym@scratchpost.org>

* gnu/packages/python.scm (python-matplotlib): Fix documentation reST markup error.
---
 gnu/packages/python.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4e1a6b4a8..bc9058ba3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3629,6 +3629,11 @@ transcendental functions).")
        (sha256
         (base32
          "1dn05cvd0g984lzhh72wa0z93psgwshbbg93fkab6slx5m3l95av"))
+       (modules '((guix build utils)))
+       (snippet
+        '(substitute* "doc/users/intro.rst"
+           ;; Fix reST markup error (see <https://github.com/sphinx-doc/sphinx/issues/3044>)
+           (("[[][*][]]") "[#]")))
        (patches (search-patches "matplotlib-setupext-tk.patch"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))

  reply	other threads:[~2017-01-04 21:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-04 21:22 [PATCH 0/1] Fix reST markup error in matplotlib documentation, Danny Milosavljevic
2017-01-04 21:22 ` Danny Milosavljevic [this message]
2017-01-05 14:55   ` [PATCH 1/1] gnu: python-matplotlib: Fix documentation reST markup error Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170104212220.20969-2-dannym@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).