Open pp-mo opened 3 months ago
Thanks for reporting - this seems like a bug in the validator. I agree that my_func_right
should be passing the validation.
Thanks for reporting - this seems like a bug in the validator. I agree that
my_func_right
should be passing the validation.
Thanks for such a fast response ! It's useful just to have that confirmed (as my grasp of RST is a bit shaky TBH)
I can't work out how to satisfy GL09 when including a deprecation notice.
Demonstration
For example:
file "sample_code.py"
produces ...
Expected
I think the form in "my_func_right" ought to pass OK.
Workaround
For now, in the Iris project, we are putting all our "deprecated" sections within a "Notes" section, and have been since we since we adopted numpydoc-validation in pre-commit. For example here But this feels like a kluge.