diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-27 08:11:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-27 08:11:54 -0600 |
commit | 79cd01d4e7daaf925d29194ce0cdfa7b14dba85c (patch) | |
tree | 4145bc516bad03b6890916de608dc372c94b52dc /doc/source/user | |
parent | 4227c6cbc4673d367c4b0202f078f3224c72700a (diff) | |
parent | 3e5349655c98017d61d2d9fc9b3e4d500dbfc6c1 (diff) | |
download | numpy-79cd01d4e7daaf925d29194ce0cdfa7b14dba85c.tar.gz |
Merge pull request #10980 from mattip/master
DOC: link to governance, convert external link to internal
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/c-info.ufunc-tutorial.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/c-info.ufunc-tutorial.rst b/doc/source/user/c-info.ufunc-tutorial.rst index addc38f45..cfba01c45 100644 --- a/doc/source/user/c-info.ufunc-tutorial.rst +++ b/doc/source/user/c-info.ufunc-tutorial.rst @@ -17,8 +17,8 @@ Creating a new universal function Before reading this, it may help to familiarize yourself with the basics of C extensions for Python by reading/skimming the tutorials in Section 1 of `Extending and Embedding the Python Interpreter -<http://docs.python.org/extending/index.html>`_ and in `How to extend -NumPy <http://docs.scipy.org/doc/numpy/user/c-info.how-to-extend.html>`_ +<http://docs.python.org/extending/index.html>`_ and in :doc:`How to extend +NumPy <c-info.how-to-extend>` The umath module is a computer-generated C-module that creates many ufuncs. It provides a great many examples of how to create a universal |