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 /doc/source/reference/routines.testing.rst | |
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.
Diffstat (limited to 'doc/source/reference/routines.testing.rst')
-rw-r--r-- | doc/source/reference/routines.testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |