summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-04-27 10:18:00 +0300
committermattip <matti.picus@gmail.com>2018-04-27 10:18:00 +0300
commit3e5349655c98017d61d2d9fc9b3e4d500dbfc6c1 (patch)
tree655e9ca4698db0142fd1f6c0dc6c2b459182b640 /doc/source/user
parentd7d5cb3feccc1fc6cf57159e8b9fe0a733968706 (diff)
downloadnumpy-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.rst4
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