You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dataclass
class ObjsParams:
"""Parameters for something."""
#: Maximum number of objects to generate
max_num_objects: int = 8
#: Number of rows in the image frame
nrows: int = 128
raises DOC601 and DOC603 errors. But it is a common practice to document dataclasses using Sphinx.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: