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/about.rst | |
parent | d7d5cb3feccc1fc6cf57159e8b9fe0a733968706 (diff) | |
download | numpy-3e5349655c98017d61d2d9fc9b3e4d500dbfc6c1.tar.gz |
DOC: link to governance, convert external link to internal
Diffstat (limited to 'doc/source/about.rst')
-rw-r--r-- | doc/source/about.rst | 4 |
1 files changed, 3 insertions, 1 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 ======================== |