For docstrings, let's pick google convention because numpy convention uses "parameters" for arguments and that can be confusing in this project. Format all docstrings properly. Check this in the documentation page with API reference.
Update: it seems that mkdocs renders the google style Args as Parameters, see Griffe docs.
For docstrings, let's pick google convention because numpy convention uses "parameters" for arguments and that can be confusing in this project. Format all docstrings properly. Check this in the documentation page with API reference.
Update: it seems that mkdocs renders the google style
ArgsasParameters, see Griffe docs.