Permalink
Branch: master
Commits on Feb 4, 2019
-
Recognize characters `,=[]` in google-style docstrings (#15)
* added recognition for "," and "=" to google style docstrings following add to the tests for verification: arg3 (str, optional): Description of arg3 arg4 (str, optional, default=10): Description of arg4 arg5 (str,optional,default=10): Description of arg5 arg6 (str or int,optional,default = 10): Description of arg6 * regex update to surround 'x=y' in <code> tags updated testcases fixed "optional" not always being noticed as a <code> word * (removed empty line) * (argh... removed print - debug line) * Add also characters `[` and `]` as often used with `typing.*` * revert some changes * Correct highlighting of code words
Seeing something unexpected? Take a look at the GitHub commits guide.