diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2023-01-22 14:27:49 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2023-01-22 14:27:49 +0100 |
commit | 086387677ccc51f71fca5b7403198d381ef846a2 (patch) | |
tree | c77344fa8bf57d6cd0646b7b50a39dda7a3ee01b /doc/source/reference/routines.testing.rst | |
parent | 2f8129c0eeb58a07f9c1427dd36e6b908dbdee64 (diff) | |
download | numpy-086387677ccc51f71fca5b7403198d381ef846a2.tar.gz |
DOC: Fixup docs after the code removal
CircleCI is currently not set up to fail when docs fail, so this
slipped through the cracks.
It may be that the testing docs should get a bit more changes then
just removing these things.
Diffstat (limited to 'doc/source/reference/routines.testing.rst')
-rw-r--r-- | doc/source/reference/routines.testing.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/source/reference/routines.testing.rst b/doc/source/reference/routines.testing.rst index 16d53bb4e..82e43dfdb 100644 --- a/doc/source/reference/routines.testing.rst +++ b/doc/source/reference/routines.testing.rst @@ -51,11 +51,6 @@ Decorators .. autosummary:: :toctree: generated/ - dec.deprecated - dec.knownfailureif - dec.setastest - dec.skipif - dec.slow decorate_methods Test Running @@ -63,10 +58,8 @@ Test Running .. autosummary:: :toctree: generated/ - Tester clear_and_catch_warnings measure - run_module_suite rundocs suppress_warnings |