diff options
author | mattip <matti.picus@gmail.com> | 2018-04-27 10:18:00 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-27 10:18:00 +0300 |
commit | 3e5349655c98017d61d2d9fc9b3e4d500dbfc6c1 (patch) | |
tree | 655e9ca4698db0142fd1f6c0dc6c2b459182b640 /doc/source/user | |
parent | d7d5cb3feccc1fc6cf57159e8b9fe0a733968706 (diff) | |
download | numpy-3e5349655c98017d61d2d9fc9b3e4d500dbfc6c1.tar.gz |
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 |