summaryrefslogtreecommitdiff
path: root/tools/refguide_check.py
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-02-24 10:10:47 +0200
committermattip <matti.picus@gmail.com>2019-02-28 11:46:34 +0200
commit2f41bb26b061821c77aff6982630de937ad9007a (patch)
tree8e6f8988fd3cf08adbf99e72d2589b072cb8e9f2 /tools/refguide_check.py
parent62433284d65a3629a199958da2df3a807c60fab4 (diff)
downloadnumpy-2f41bb26b061821c77aff6982630de937ad9007a.tar.gz
DOC: fixes from review
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r--tools/refguide_check.py2
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'