Open darosio opened 5 months ago
Hi @darosio ,
I've found that the correct Sphinx docstring format for class attributes is like this: https://jsh9.github.io/pydoclint/checking_class_attributes.html#3-sphinx-style
Does it align with your understanding of the Sphinx style?
Hi,
Actually I do use numpy style https://jsh9.github.io/pydoclint/checking_class_attributes.html#1-numpy-style I meant when you run sphinx build you can either use docstring like in my example or in the main docstring as pydoclint is currently forcing to do.
– dan
On Tue 25 Jun 2024 at 00:52, jsh9 @.***> wrote:
DuckDuckGo removed one tracker. More Report Spam
Hi @darosio ,
I've found that the correct Sphinx docstring format for class attributes is like this: https://jsh9.github.io/pydoclint/checking_class_attributes.html#3-sphinx-style
Does it align with your understanding of the Sphinx style?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.
Hi 👋
dataclass definiiton like
raises DOC601 and DOC603 errors. But it is a common practice to document dataclasses using Sphinx.