diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-12-18 14:06:11 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2020-12-18 14:22:16 -0700 |
commit | 087cb0015f3c474709720c07cd2fa0a3a4770988 (patch) | |
tree | 75148d51e32ed4fefc7992f65a8338f24eafe836 /tools/refguide_check.py | |
parent | bac54ecb0b815eea2e8116d21aa96e1387793468 (diff) | |
download | numpy-087cb0015f3c474709720c07cd2fa0a3a4770988.tar.gz |
DOC, MAINT: Minor fixes to refguide_check.py documentation.
[travis skip]
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r-- | tools/refguide_check.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py index 138e0ece7..f0f6461b7 100644 --- a/tools/refguide_check.py +++ b/tools/refguide_check.py @@ -19,11 +19,12 @@ another function, or deprecated, or ...) Another use of this helper script is to check validity of code samples in docstrings:: - $ python refguide_check.py --doctests ma + $ python tools/refguide_check.py --doctests ma or in RST-based documentations:: - $ python refguide_check.py --rst docs + $ python tools/refguide_check.py --rst doc/source + """ import copy import doctest |