summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-06-24 16:27:37 -0700
committermattip <matti.picus@gmail.com>2018-06-24 16:27:37 -0700
commit6d601e51cdce8420b4bea383ee4a17ae8ff2969c (patch)
treefc69616e3cde59500c5d8e44bec7528de49bacc7 /doc/source
parentd4b43bb148678516c11d8a0b0cae9b53635f9ee0 (diff)
downloadnumpy-6d601e51cdce8420b4bea383ee4a17ae8ff2969c.tar.gz
fixes from review
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/about.rst5
-rw-r--r--doc/source/reference/routines.numarray.rst7
-rw-r--r--doc/source/reference/routines.oldnumeric.rst9
3 files changed, 1 insertions, 20 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst
index cbddf9f33..0614c90af 100644
--- a/doc/source/about.rst
+++ b/doc/source/about.rst
@@ -18,10 +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 :doc:`old Numerice <reference/routines.oldnumeric>` code
-base and can be used as a replacement for *Numeric*. It also adds the features
-introduced by :doc:`Numarray <reference/routines.numarray>` and can also be
-used to replace *Numarray*.
+Numeric and Numarray.
NumPy community
---------------
diff --git a/doc/source/reference/routines.numarray.rst b/doc/source/reference/routines.numarray.rst
deleted file mode 100644
index 97251d293..000000000
--- a/doc/source/reference/routines.numarray.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-:orphan:
-
-**********************
-Numarray compatibility
-**********************
-
-The numarray module was removed in NumPy 1.9.0.
diff --git a/doc/source/reference/routines.oldnumeric.rst b/doc/source/reference/routines.oldnumeric.rst
deleted file mode 100644
index 1a6218aac..000000000
--- a/doc/source/reference/routines.oldnumeric.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-:orphan:
-
-*************************
-Old Numeric compatibility
-*************************
-
-.. currentmodule:: numpy
-
-The oldnumeric module was removed in NumPy 1.9.0.