Commit 60d135b7 authored by scoder's avatar scoder Committed by GitHub

Merge pull request #2555 from mikofski/patch-1

DOC: use rst not md in for numpy debug error link
parents fc42d462 7136f335
......@@ -59,7 +59,7 @@ with an interpreter that is compiled with debugging symbols (i.e. configured
with ``--with-pydebug`` or compiled with the ``-g`` CFLAG). If your Python is
installed and managed by your package manager you probably need to install debug
support separately. If using NumPy then you also need to install numpy debugging, or you'll
see an [import error for multiarray](https://bugzilla.redhat.com/show_bug.cgi?id=1030830).
see an `import error for multiarray <https://bugzilla.redhat.com/show_bug.cgi?id=1030830>`_.
E.G. for ubuntu::
$ sudo apt-get install python-dbg python-numpy-dbg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment