-
-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Autodoc typehints #1710
docs: Autodoc typehints #1710
Conversation
Note: ATM, we cannot set return descriptions without setting a return type |
Most/all return type annotations should be removed in the future, once it's supported |
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1710 +/- ##
=======================================
Coverage 33.14% 33.14%
=======================================
Files 96 96
Lines 18513 18514 +1
=======================================
+ Hits 6136 6137 +1
Misses 12377 12377
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Has this been tested? |
yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Asked if this was tested because you hadn't checked that in the checklist
Summary
Automatically use typehints to generate docs.
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.