diff options
| author | Matti Picus <matti.picus@gmail.com> | 2023-01-22 16:35:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 16:35:19 +0200 |
| commit | 6ff22e240dd4087ef187f1bda021f7a7773aba69 (patch) | |
| tree | c77344fa8bf57d6cd0646b7b50a39dda7a3ee01b /doc/source | |
| parent | 2f8129c0eeb58a07f9c1427dd36e6b908dbdee64 (diff) | |
| parent | 086387677ccc51f71fca5b7403198d381ef846a2 (diff) | |
| download | numpy-6ff22e240dd4087ef187f1bda021f7a7773aba69.tar.gz | |
Merge pull request #23064 from seberg/nose-removal-doc-fixup
DOC: Fixup docs after the code removal
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 1 | ||||
| -rw-r--r-- | doc/source/reference/routines.testing.rst | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 79c33b756..121973138 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -163,7 +163,6 @@ def setup(app): # If we deemed it desirable, we could in future make these real modules, which # would make `from numpy.char import split` work. sys.modules['numpy.char'] = numpy.char -sys.modules['numpy.testing.dec'] = numpy.testing.dec # ----------------------------------------------------------------------------- # HTML output 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 |
