diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-08-18 19:49:55 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-09-23 15:11:12 -0600 |
commit | 5d76b01cd6ad11d4377ca5e94890ebd1e9897354 (patch) | |
tree | ebf577486de95501dc1fba90340609e521f5ae80 /doc/source/reference/routines.oldnumeric.rst | |
parent | 4974823c8379443620f1372f4f0683931c189301 (diff) | |
download | numpy-5d76b01cd6ad11d4377ca5e94890ebd1e9897354.tar.gz |
DEP, DOC: Undocument numarray and numeric.
Mention that they were removed in 1.9.0.
Diffstat (limited to 'doc/source/reference/routines.oldnumeric.rst')
-rw-r--r-- | doc/source/reference/routines.oldnumeric.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/reference/routines.oldnumeric.rst b/doc/source/reference/routines.oldnumeric.rst index 9cab2e9d9..e83331d01 100644 --- a/doc/source/reference/routines.oldnumeric.rst +++ b/doc/source/reference/routines.oldnumeric.rst @@ -1,7 +1,7 @@ -*************************************************** -Old Numeric compatibility (:mod:`numpy.oldnumeric`) -*************************************************** +************************* +Old Numeric compatibility +************************* .. currentmodule:: numpy -.. automodule:: numpy.oldnumeric +The oldnumeric module was removed in Numpy 1.9.0. |