You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master: (29 commits)
Merge publish and test workflows
Handle nested square brackets in type hints (#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 (#224)
Rename oneline-rst to one-line-sphinx
Bump version to 0.6.0
Fixes#212: Parse Literal type hints in function definition (#223)
Add debug log statements
Update all dependencies (#222)
Add more notypes docstring templates (#221)
Fixes#94: Switch square brackets in placeholder to underscores (#220)
Avoid extra newlines in templates (#203)
Add oneline-rst docstring to menu and readme so its accessible (#195)
Add PEP 604 style type hint support (#218)
Fix yield underline in numpy template (#216)
Update READEME
Switch to github actions (#214)
...
Describe the bug
Argument which type is defined with typing.Literal produces incorrect docstring.
Versions (please complete the following information):
Original Code (with line to generate on):
Expected Result:
Actual Result:
The text was updated successfully, but these errors were encountered: