Add support for numpydoc

This commit is contained in:
Daniel Mathiot
2021-08-23 19:11:44 +02:00
parent 88c4d40078
commit ee1e1a491c
3 changed files with 17 additions and 5 deletions

View File

@@ -85,7 +85,8 @@ There is a list of supported languages and fields, with their annotation style
| Language | Annotation conventions | Supported fields |
|---|---|---|
| lua | Emmylua (`"emmylua"` | `@param`, `@varargs`, `@return` |
| python | Google docstrings (`"google_docstrings"`) | `Args:`, `Attributes:` |
| python | Google docstrings (`"google_docstrings"`) | `Args`, `Attributes`, `Returns` |
| python | Numpydoc (`"numpydoc"`)| `Arguments`, `Attributes`, `Returns`|
## Adding Languages