-
-
Notifications
You must be signed in to change notification settings - Fork 32
feat: Support "Keyword Args" sections for G-style #105
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
feat: Support "Keyword Args" sections for G-style #105
Conversation
Let me know if the changes and tests make sense, it seemed way too simple so I may be totally wrong. |
02f9b98
to
fedfc7f
Compare
On a side note, running
So I tried running |
All fine here, it was supposed to be easy 🙂 |
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.
That's good! We just need to differentiate an "Arguments" section from a "Keyword Arguments" one 🙂
Also, don't worry about the quality check, it is supposed to fail (we allow failures). |
fedfc7f
to
8424c4a
Compare
Nice, thanks. In any case, if it's something I can fix related to this PR, I'm happy to fix it! I couldn't find an output that tells me why that check fails |
Add support for "Keyword Args" and "Keyword Arguments" sections for Google-style docstrings. Closes mkdocstrings#88.
8424c4a
to
f51d07f
Compare
Thanks again! |
Add support for "Keyword Args" and "Keyword Arguments" sections for
Google-style docstrings.
Closes #88.