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
The docstrings, in particular of PwInputFile and CpInputFile, need to be checked and potentially updated. This is probably easier once #44 is done, so we can directly check the doc output.
An issue that definitely needs solving is that they have a docstring both at the class level and for the __init__. In the documentation, only one of the two will show.
The docstrings, in particular of
PwInputFile
andCpInputFile
, need to be checked and potentially updated. This is probably easier once #44 is done, so we can directly check the doc output.An issue that definitely needs solving is that they have a docstring both at the class level and for the
__init__
. In the documentation, only one of the two will show.It'd be nice to convert the docstrings to numpy-style while we're at it, see https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html
The text was updated successfully, but these errors were encountered: