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 | |
| parent | 4974823c8379443620f1372f4f0683931c189301 (diff) | |
| download | numpy-5d76b01cd6ad11d4377ca5e94890ebd1e9897354.tar.gz | |
DEP, DOC: Undocument numarray and numeric.
Mention that they were removed in 1.9.0.
| -rw-r--r-- | doc/source/reference/routines.numarray.rst | 8 | ||||
| -rw-r--r-- | doc/source/reference/routines.oldnumeric.rst | 8 |
2 files changed, 8 insertions, 8 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. 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. |
