Add support for numpydoc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user