Adding docstring to interactive#822
Conversation
|
When I have been making these changes I've normally been doing them on the How does your approach work in VS Code @hoxbro ? My guess is that the Class docstring needs to be for users too. And then you can optionally add the |
| return get_ax | ||
|
|
||
| def __call__(self, *args, **kwargs): | ||
| """ |
There was a problem hiding this comment.
See comment in post about whether the docstring should be on the Class, __init__ or __call__ level.
|
Thanks a lot @hoxbro , I've just re-arranged the docstrings, which mostly consisted in moving the How it works section out of the Interactive docstrings. Both the Interactive class and its |
An attempt at adding the docstring for interactive. I have kept the class docstring in the code, but because it is heavily developer-focused, I have removed it when using
?in a notebook.