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
Numpy-style documentation suggests to document the constructor in the class docstring. However, because of how sphinx renders the class API docs, I think it's more readable to move the description in __init__'s docstring.