-
Notifications
You must be signed in to change notification settings - Fork 49
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
Parameter type information visually hard to find #121
Comments
|
I agree that having the type in parentheses at the end is not great. I'm considering to either put the type immediately after the name, similar to PEP 484 annotations ( Types can get quite long, for example the full PEP 484 syntax would be |
|
I think the parameters types should be right after the param name, in the same "column", like https://geopy.readthedocs.io/en/stable/#nominatim |
|
I think that latest version is a big improvement over the current implementation. The font baseline isn't aligned at the moment: the type names are a few pixels lower than the parameter names. There is probably something that could be done in CSS to fix that. If the type cell is inside a flex layout (I think I read that in a commit title), maybe enable wrapping? That way, instead of we would have |
|
Yep I did do that after: only for screens smaller than 650px , I'll merge the master and mark the PR as ready in a few |


Consider the documentation found at (screenshot below) https://twistedmatrix.com/documents/current/api/twisted._threads.IWorker.html
At present, the type information is set off
Parameter types are essential information. Consider
The text was updated successfully, but these errors were encountered: