8000 Merge pull request #10980 from mattip/master · numpy/numpy@79cd01d · GitHub
[go: up one dir, main page]

Skip to content

Commit 79cd01d

Browse files
authored
Merge pull request #10980 from mattip/master
DOC: link to governance, convert external link to internal
2 parents 4227c6c + 3e53496 commit 79cd01d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/source/about.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
About NumPy
22
===========
33

4-
`NumPy <http://www.scipy.org/NumpPy/>`__ is the fundamental package
4+
NumPy is the fundamental package
55
needed for scientific computing with Python. This package contains:
66

77
- a powerful N-dimensional :ref:`array object <arrays>`
@@ -42,6 +42,8 @@ Our main means of communication are:
4242

4343
More information about the development of NumPy can be found at our `Developer Zone <https://scipy.scipy.org/scipylib/dev-zone.html>`__.
4444

45+
The project management structure can be found at our :doc:`governance page <dev/governance/index>`
46+
4547

4648
About this documentation
4749
========================

doc/source/user/c-info.ufunc-tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Creating a new universal function
1717
Before reading this, it may help to familiarize yourself with the basics
1818
of C extensions for Python by reading/skimming the tutorials in Section 1
1919
of `Extending and Embedding the Python Interpreter
20-
<http://docs.python.org/extending/index.html>`_ and in `How to extend
21-
NumPy <http://docs.scipy.org/doc/numpy/user/c-info.how-to-extend.html>`_
20+
<http://docs.python.org/extending/index.html>`_ and in :doc:`How to extend
21+
NumPy <c-info.how-to-extend>`
2222

2323
The umath module is a computer-generated C-module that creates many
2424
ufuncs. It provides a great many examples of how to create a universal

0 commit comments

Comments
 (0)
0