python-docstring-highlighter icon indicating copy to clipboard operation
python-docstring-highlighter copied to clipboard

Some instances where things are improperly highlighted with numpy syntax

Open scarere opened this issue 5 months ago • 6 comments

Does not properly recognise the 'See Also' section of the numpy format because the header has a space in it. Also, for instances where a parameter description is multiple lines, if the last line only has a single word, it gets mistaken as an argument. In fact any line with a single word is mistaken as an argument. I propose using indentation to figure out whether something is part of a description or is a argument or return type.

scarere avatar Sep 10 '24 15:09 scarere