diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-04-11 22:28:48 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-04-11 22:28:48 +0200 |
commit | 9c8f0e6d8b31c4ed5c4e6f94f9de0a868c4d8119 (patch) | |
tree | 57edfd32fb7dad1d19de18d807c65344c4f85ae6 /doc/source | |
parent | 96d892a5db35e0a033848f8f73c6eef2beb95d9f (diff) | |
download | numpy-9c8f0e6d8b31c4ed5c4e6f94f9de0a868c4d8119.tar.gz |
DOC: list Quansight (company) rather than Quansight Labs (program/division)
as Institutional Partner.
Also fix a broken link I found.
[ci skip]
[skip ci]
**no ci**
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/dev/governance/people.rst | 2 | ||||
-rw-r--r-- | doc/source/user/quickstart.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/dev/governance/people.rst b/doc/source/dev/governance/people.rst index 7dadc94bf..11a77d67c 100644 --- a/doc/source/dev/governance/people.rst +++ b/doc/source/dev/governance/people.rst @@ -58,7 +58,7 @@ Institutional Partners * UC Berkeley (Stefan van der Walt, Matti Picus, Tyler Reddy) -* Quansight Labs (Ralf Gommers, Hameer Abbasi) +* Quansight (Ralf Gommers, Hameer Abbasi) Document history diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst index 262f53c1c..09647be86 100644 --- a/doc/source/user/quickstart.rst +++ b/doc/source/user/quickstart.rst @@ -1476,5 +1476,5 @@ Further reading - The `Python tutorial <https://docs.python.org/tutorial/>`__ - :ref:`reference` - `SciPy Tutorial <https://docs.scipy.org/doc/scipy/reference/tutorial/index.html>`__ -- `SciPy Lecture Notes <https://www.scipy-lectures.org>`__ +- `SciPy Lecture Notes <https://scipy-lectures.org>`__ - A `matlab, R, IDL, NumPy/SciPy dictionary <http://mathesaurus.sf.net/>`__ |