diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2018-06-27 19:10:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-27 19:10:30 -0700 |
commit | 26b2a5c0b05ddd9add6b412f967a968c65f13bb7 (patch) | |
tree | 2a6d30e83ff7c980d86caef1d8c58cb48a21fd15 /doc/source/about.rst | |
parent | 2804c03bdc135b70cbcc24755d450123274b4850 (diff) | |
parent | 6d601e51cdce8420b4bea383ee4a17ae8ff2969c (diff) | |
download | numpy-26b2a5c0b05ddd9add6b412f967a968c65f13bb7.tar.gz |
Merge pull request #11347 from mattip/less-sphinx-warnings
DOC: Silence many sphinx warnings
Diffstat (limited to 'doc/source/about.rst')
-rw-r--r-- | doc/source/about.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst index cc3dd46b9..5ac4facbb 100644 --- a/doc/source/about.rst +++ b/doc/source/about.rst @@ -18,9 +18,7 @@ data types can be defined. This allows *NumPy* to seamlessly and speedily integrate with a wide variety of databases. NumPy is a successor for two earlier scientific Python libraries: -NumPy derives from the old *Numeric* code base and can be used -as a replacement for *Numeric*. It also adds the features introduced -by *Numarray* and can also be used to replace *Numarray*. +Numeric and Numarray. NumPy community --------------- |