summaryrefslogtreecommitdiff
path: root/doc/source/dev
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-11-23 07:40:59 -0800
committerGitHub <noreply@github.com>2019-11-23 07:40:59 -0800
commitd76efa771b4915f4e3f5aa2023bb50e46c41b4bc (patch)
treef3625f42df57393bf8e08a9f67658252a7dd33b8 /doc/source/dev
parent2f2fa20b95d1da4ea11fb78a8071787d626b39a3 (diff)
parentdff3c1f90af9053128e6e241e1b5f19d858670f4 (diff)
downloadnumpy-d76efa771b4915f4e3f5aa2023bb50e46c41b4bc.tar.gz
Merge pull request #14732 from mattip/refguide-rst
TST: run refguide-check on rst files in doc/*
Diffstat (limited to 'doc/source/dev')
-rw-r--r--doc/source/dev/development_environment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/dev/development_environment.rst b/doc/source/dev/development_environment.rst
index 297502b31..c73fb3858 100644
--- a/doc/source/dev/development_environment.rst
+++ b/doc/source/dev/development_environment.rst
@@ -145,7 +145,7 @@ Running tests
Besides using ``runtests.py``, there are various ways to run the tests. Inside
the interpreter, tests can be run like this::
- >>> np.test()
+ >>> np.test() # doctest: +SKIPBLOCK
>>> np.test('full') # Also run tests marked as slow
>>> np.test('full', verbose=2) # Additionally print test name/file