We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dd52f commit a13705cCopy full SHA for a13705c
doc/install.rst
@@ -131,7 +131,7 @@ numpydoc_validation_exclude : set
131
132
If you wanted to also skip getter methods of ``MyClass``::
133
134
- numpydoc_validation_exclude = {"mypkg.mymodule.", "MyClass.get"}
+ numpydoc_validation_exclude = {r"mypkg\.mymodule\.", r"MyClass\.get$"}
135
136
The default is an empty set meaning no objects are excluded from docstring
137
validation by default.
0 commit comments