-
-
Notifications
You must be signed in to change notification settings - Fork 161
Enhance docstring handling and update workflows #300
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
base: master
Are you sure you want to change the base?
Conversation
* master: (29 commits) Merge publish and test workflows Handle nested square brackets in type hints (NilsJPWerner#185) Improve changelog format and add publish release action Only run publish workflow after successful test workflow Bump version to 0.6.1 Remove one-line-sphinx-notypes and update changelog Add example documentation of docstring formats (NilsJPWerner#224) Rename oneline-rst to one-line-sphinx Bump version to 0.6.0 Fixes NilsJPWerner#212: Parse Literal type hints in function definition (NilsJPWerner#223) Add debug log statements Update all dependencies (NilsJPWerner#222) Add more notypes docstring templates (NilsJPWerner#221) Fixes NilsJPWerner#94: Switch square brackets in placeholder to underscores (NilsJPWerner#220) Avoid extra newlines in templates (NilsJPWerner#203) Add oneline-rst docstring to menu and readme so its accessible (NilsJPWerner#195) Add PEP 604 style type hint support (NilsJPWerner#218) Fix yield underline in numpy template (NilsJPWerner#216) Update READEME Switch to github actions (NilsJPWerner#214) ...
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.
I need my file commit damit and sync
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.
Did the thing
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.
Hi
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.
Yep
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.
Ok
Introduce new functionality for updating docstrings, improve docstring normalization, and streamline the publish and test workflows. This update also includes various enhancements to type hint parsing and documentation.