Enhance docstring handling and update workflows#300
Open
Sukyaha wants to merge 7 commits intoNilsJPWerner:masterfrom
Open
Enhance docstring handling and update workflows#300Sukyaha wants to merge 7 commits intoNilsJPWerner:masterfrom
Sukyaha wants to merge 7 commits intoNilsJPWerner:masterfrom
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) ...
Sukyaha
commented
Jul 31, 2025
Author
Sukyaha
left a comment
There was a problem hiding this comment.
I need my file commit damit and sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.