We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the solution you'd like
When setting:
plugins: - search - mkdocstrings: handlers: python: rendering: show_signature_annotations: true
It would be helpful if this also rendered the return type (e.g -> int)
-> int
This is the common, concise way that Python developers are used to reading types.
Describe alternatives you've considered
An extra configuration option, but I don't think that is necessary.
The text was updated successfully, but these errors were encountered:
fix: Fix rendering of signature return annotation
b92ba3b
Issue #4: #4
Fixed in version 0.6.4 🙂
Sorry, something went wrong.
Confirmed this is fixed in 0.6.4. Thanks!
No branches or pull requests
Describe the solution you'd like
When setting:
It would be helpful if this also rendered the return type (e.g
-> int
)This is the common, concise way that Python developers are used to reading types.
Describe alternatives you've considered
An extra configuration option, but I don't think that is necessary.
The text was updated successfully, but these errors were encountered: