-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
DOC: do not include type hints in signature in html docs #33312
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
DOC: do not include type hints in signature in html docs #33312
Conversation
|
Can you post a screenshot of the output? The types are just completely hidden from the signature? |
|
It simply removed type hints from the signature, so you get instead of using the example from #33025 (but there are other pages that have much more elaborate type hints, where the improvement in readability is bigger) |
|
lgtm |
datapythonista
left a comment
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.
lgtm. Can you merge master? CI should be fix I think
|
LGTM |
|
I think @WillAyd had thoughts in the issue. Are you OK with disabling them until we can provide a better UI for controlling whether you want to see them or not? |
|
lgtm |
|
Thanks for confirming. |


See #33025. Removing the type hints in the online docs until we have a better solution to improve readability.