-
Notifications
You must be signed in to change notification settings - Fork 3
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
Integrate automatic typehinting #12
Labels
maintenance
Updates or improvements that do not change functionality of the code
Comments
kaitj
added
the
maintenance
Updates or improvements that do not change functionality of the code
label
Aug 3, 2023
kaitj
changed the title
Integrate
Integrate automatic typehinting
Aug 15, 2023
autodoc_docstring_signature
I am at a bit of a loss for this one - open to any ideas here.
|
Just so I'm totally clear on the issue here, is |
This is still using ``sphinx.ext.autodoc` - was trying to replicate the working mapping from snakebids |
This ended up getting fixed by updates to the doc requirements to get it working again in #14. |
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature you'd like to see
Make use of the sphinx extension
autodoc_docstring_signature
(or whichever extension is relevant) to automatically pick up type hints and drop the repeated type hint that is manually written in the docstrings.The text was updated successfully, but these errors were encountered: