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
The types of attributes are not displayed since they are documented in __init__ method, which should be supported by mkdocstring-python (see issue mkdocstrings/python#144).
Followup: it won't be supported by mkdocstring-python.
So it's necessary to put the attributes docstrings on class level, see example.
To solve the issue #232 (comment).
The docstrings of attributes are moved to from `__init__` level to class level.
Other changes:
- fix format and static typing errors
- update settings for format and static typing check
Please leave your comments (questions, problems, suggestions, advice, ideas...) below about the doc website https://nplinker.github.io/nplinker/latest/.
The text was updated successfully, but these errors were encountered: