Skip to content

Commit

Permalink
Merge pull request #23064 from seberg/nose-removal-doc-fixup
Browse files Browse the repository at this point in the history
DOC: Fixup docs after the code removal
  • Loading branch information
mattip committed Jan 22, 2023
2 parents 2f8129c + 0863876 commit 6ff22e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions doc/source/reference/routines.testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,15 @@ Decorators
.. autosummary::
:toctree: generated/

dec.deprecated
dec.knownfailureif
dec.setastest
dec.skipif
dec.slow
decorate_methods

Test Running
------------
.. autosummary::
:toctree: generated/

Tester
clear_and_catch_warnings
measure
run_module_suite
rundocs
suppress_warnings

Expand Down

0 comments on commit 6ff22e2

Please sign in to comment.