Replies: 1 comment
-
Converting to an issue, seems reasonable to support! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot find the name of this, if it is part of the numpy style, parsed from
ext.napoleon
,ext.autodoc
, Sphinx or part of ReSructuredText itself, but an example is in the ext.napoleon exampleIn general:
Currently, D401 ("First line of docstring should be in imperative mood:") does not detect non-imperative in the summary as it sees the first word as
str
,:class:`str`
, etc.Beta Was this translation helpful? Give feedback.
All reactions