diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2014-04-21 15:01:07 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2014-04-21 15:01:07 +0200 |
commit | db668f3792247422010825cf76c9dd927166468b (patch) | |
tree | 2bdc42348caa22bb34da2f2259cf7d7fd5301bcd | |
parent | e8a9e84a34ca9a45acfde938298f7e5dac609d75 (diff) | |
download | numpy-db668f3792247422010825cf76c9dd927166468b.tar.gz |
DOC: remove obsolete oldnumeric/numarray sections from reference guide.
Also fix a duplicate entry for numpy.testing due to incorrect
header underlining.
-rw-r--r-- | doc/source/reference/routines.rst | 2 | ||||
-rw-r--r-- | doc/source/reference/routines.testing.rst | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/reference/routines.rst b/doc/source/reference/routines.rst index 37b16de59..c2f091d83 100644 --- a/doc/source/reference/routines.rst +++ b/doc/source/reference/routines.rst @@ -36,8 +36,6 @@ indentation. routines.ma routines.math routines.matlib - routines.numarray - routines.oldnumeric routines.other routines.padding routines.polynomials diff --git a/doc/source/reference/routines.testing.rst b/doc/source/reference/routines.testing.rst index 834d8bbe3..c43aeeed9 100644 --- a/doc/source/reference/routines.testing.rst +++ b/doc/source/reference/routines.testing.rst @@ -11,7 +11,7 @@ work right away. Asserts -======= +------- .. autosummary:: :toctree: generated/ |