diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2014-03-11 02:57:55 +0000 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2014-03-11 02:57:55 +0000 |
commit | 2f0e55b82da5d57d9a10f6bd03fa941faadd23bc (patch) | |
tree | b3d79bb68e27b10dcb1bdcf9d973d37e875fbaed /doc/neps | |
parent | ebca136800d26971570a66a91ebabacf165ae57a (diff) | |
download | numpy-2f0e55b82da5d57d9a10f6bd03fa941faadd23bc.tar.gz |
fix ReST typoes that were breaking footnotes
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/return-of-revenge-of-matmul-pep.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/neps/return-of-revenge-of-matmul-pep.rst b/doc/neps/return-of-revenge-of-matmul-pep.rst index 964098fa4..f8e66dcd5 100644 --- a/doc/neps/return-of-revenge-of-matmul-pep.rst +++ b/doc/neps/return-of-revenge-of-matmul-pep.rst @@ -1044,17 +1044,17 @@ References (https://github.com/nipy/nipy/), and treats the following tokens as indicating matrix multiply: ``dot``. -.. [#blas-fork]: BLAS libraries have a habit of secretly spawning +.. [#blas-fork] BLAS libraries have a habit of secretly spawning threads, even when used from single-threaded programs. And threads play very poorly with ``fork()``; the usual symptom is that attempting to perform linear algebra in a child process causes an immediate deadlock. -.. [#threads-2008]: http://fperez.org/py4science/numpy-pep225/numpy-pep225.html +.. [#threads-2008] http://fperez.org/py4science/numpy-pep225/numpy-pep225.html -.. [#broadcasting]: http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html +.. [#broadcasting] http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html -.. [#matmul-other-langs]: http://mail.scipy.org/pipermail/scipy-user/2014-February/035499.html +.. [#matmul-other-langs] http://mail.scipy.org/pipermail/scipy-user/2014-February/035499.html .. [#feud] Also, if this is true, then please file a bug: https://github.com/numpy/numpy/issues |