We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python scripts/validate_docstrings.py pandas.Series.item
As pointed out by PR #27621, scripts/validate_docstrings.py does not detect dosctrings containing a reST directive without two colons.
scripts/validate_docstrings.py
The script should report an error in this case.
The text was updated successfully, but these errors were encountered:
Validate docstring directives
e1f3606
Fix pandas-dev#27629
DOC: Validate docstring directives (#27630)
54e5803
Closes gh-27629
DOC: Validate docstring directives (pandas-dev#27630)
575ac7a
Closes pandas-devgh-27629
Successfully merging a pull request may close this issue.
Code Sample, a copy-pastable example if possible
Problem description
As pointed out by PR #27621,
scripts/validate_docstrings.py
does not detect dosctrings containing a reST directive without two colons.Expected Output
The script should report an error in this case.
The text was updated successfully, but these errors were encountered: