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.numarray.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.numarray.rst')
-rw-r--r-- | doc/source/reference/routines.numarray.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/reference/routines.numarray.rst b/doc/source/reference/routines.numarray.rst index dab63fbdf..713f99d30 100644 --- a/doc/source/reference/routines.numarray.rst +++ b/doc/source/reference/routines.numarray.rst @@ -1,5 +1,5 @@ -********************************************** -Numarray compatibility (:mod:`numpy.numarray`) -********************************************** +********************** +Numarray compatibility +********************** -.. automodule:: numpy.numarray +The numarray module was removed in Numpy 1.9. |