You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal version of the idea is to have a kwarg in the sphinx decorator that lets you choose the kind of docstrings you have with args being numpydoc, google. Currently, only Numpydoc is supported as it is more common in a lot of open source software, but sphinx supports google docstrings as well.
You'd only want to change the regex for finding the position in the docstring.
The text was updated successfully, but these errors were encountered:
Minimal version of the idea is to have a kwarg in the sphinx decorator that lets you choose the kind of docstrings you have with args being
numpydoc
,google
. Currently, only Numpydoc is supported as it is more common in a lot of open source software, but sphinx supportsgoogle
docstrings as well.You'd only want to change the regex for finding the position in the docstring.
The text was updated successfully, but these errors were encountered: