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
Right now the API docs lists every method on every class. It's difficult to navigate because there is so much duplication. We should find a way to emphasize the methods that are shared between classes.
The issue is that some classes use custom docstrings for some methods, particularly reduce() has a different docstring for every class.
The text was updated successfully, but these errors were encountered:
Right now the API docs lists every method on every class. It's difficult to navigate because there is so much duplication. We should find a way to emphasize the methods that are shared between classes.
The issue is that some classes use custom docstrings for some methods, particularly
reduce()
has a different docstring for every class.The text was updated successfully, but these errors were encountered: