Open tristanlatr opened 4 years ago
+1 for related issue. The other way around doesn't generate docstrings with parentheses, which doesn't match google's style guide it seems.
Hi! thanks for reporting, I'll get a look.
This issue seems related to issue #48
Hello,
I'm trying to convert automatically google docstrings to reST but not all infos seem to be parsed.
The description do not show up in the patch when the argument type is specified in the parenthesis. Only the type and the default value actually appears.
Any help would be appreciated!
Thanks :)
The following code
Generate the following patch