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
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
I was wonderwing what's the best way to doc kwargs in google style. After reading this I find it best to list **kwargs in the Args section (to comply with the Google Python Stye Guide and darglint) and on top of that document the specific keys of kwargs under Keyword Args.
However, in this case the rendered sections Parametersas alias of Args and Keyword Arguments do not fit nicely together.
Is it possible to disabled the alias and render the Args section as Args (or Arguments).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was wonderwing what's the best way to doc kwargs in google style. After reading this I find it best to list **kwargs in the
Args
section (to comply with the Google Python Stye Guide and darglint) and on top of that document the specific keys of kwargs underKeyword Args
.However, in this case the rendered sections
Parameters
as alias of Args andKeyword Arguments
do not fit nicely together.Is it possible to disabled the alias and render the Args section as Args (or Arguments).
The text was updated successfully, but these errors were encountered: