summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-04-27 08:11:54 -0600
committerGitHub <noreply@github.com>2018-04-27 08:11:54 -0600
commit79cd01d4e7daaf925d29194ce0cdfa7b14dba85c (patch)
tree4145bc516bad03b6890916de608dc372c94b52dc
parent4227c6cbc4673d367c4b0202f078f3224c72700a (diff)
parent3e5349655c98017d61d2d9fc9b3e4d500dbfc6c1 (diff)
downloadnumpy-79cd01d4e7daaf925d29194ce0cdfa7b14dba85c.tar.gz
Merge pull request #10980 from mattip/master
DOC: link to governance, convert external link to internal
-rw-r--r--doc/source/about.rst4
-rw-r--r--doc/source/user/c-info.ufunc-tutorial.rst4
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst
index 24dc3d0a0..776488ea4 100644
--- a/doc/source/about.rst
+++ b/doc/source/about.rst
@@ -1,7 +1,7 @@
About NumPy
===========
-`NumPy <http://www.scipy.org/NumpPy/>`__ is the fundamental package
+NumPy is the fundamental package
needed for scientific computing with Python. This package contains:
- a powerful N-dimensional :ref:`array object <arrays>`
@@ -42,6 +42,8 @@ Our main means of communication are:
More information about the development of NumPy can be found at our `Developer Zone <https://scipy.scipy.org/scipylib/dev-zone.html>`__.
+The project management structure can be found at our :doc:`governance page <dev/governance/index>`
+
About this documentation
========================
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