Replies: 2 comments
-
I have the same question. I try to delete docstring and use doc comment like Doc comments and docstrings, but unfortunately, autodoc2 cannot recognize it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I find a solution, see #33 (comment) |
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
-
I have classes defined with the
@dataclass
decorator. This means that they look like this:This makes
autodoc2
document thefirst_param
andsecond_param
twice within the class: once inside theParameters
list, and once below this as individual attributes.How can I hide the duplicate listing of these parameters?
Beta Was this translation helpful? Give feedback.
All reactions