diff options
-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. |