diff options
author | mattip <matti.picus@gmail.com> | 2019-02-24 10:10:47 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-02-28 11:46:34 +0200 |
commit | 2f41bb26b061821c77aff6982630de937ad9007a (patch) | |
tree | 8e6f8988fd3cf08adbf99e72d2589b072cb8e9f2 /tools | |
parent | 62433284d65a3629a199958da2df3a807c60fab4 (diff) | |
download | numpy-2f41bb26b061821c77aff6982630de937ad9007a.tar.gz |
DOC: fixes from review
Diffstat (limited to 'tools')
-rw-r--r-- | tools/refguide_check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py index 531eeacb0..74dbad78b 100644 --- a/tools/refguide_check.py +++ b/tools/refguide_check.py @@ -311,7 +311,7 @@ def validate_rst_syntax(text, name, dots=True): return False, "ERROR: %s: no documentation" % (name,) ok_unknown_items = set([ - 'mod', 'currentmodule', 'autosummary', 'data', + 'mod', 'currentmodule', 'autosummary', 'data', 'attr', 'obj', 'versionadded', 'versionchanged', 'module', 'class', 'ref', 'func', 'toctree', 'moduleauthor', 'term', 'c:member', 'sectionauthor', 'codeauthor', 'eq', 'doi', 'DOI', 'arXiv', 'arxiv' |