Commit 7136f335 authored by Mark Mikofski's avatar Mark Mikofski Committed by GitHub

DOC; use rst not md in for numpy debug error link

parent fc42d462
......@@ -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