Closed thomasfrederikhoeck closed 4 years ago
What do you mean stripped away? :astonished: This works for me.
Okay, it was not stripped away (but more temporarily hidden). 😃 If I'm using --http
and the function is in the __all__
for the module it is not updated (even when I hit F5) when I change the docstring. It only happens if it is "lifted a level up" with __all__
an to if to go to the file where the function is defined.
It only happens if it is "lifted a level up" with
__all__
an to if to go to the file where the function is defined.
I don't think I fully comprehend.
Can you maybe open a new issue with a minimal reproducible example? IIUC, it's not the Examples section in particular, but a stale docstring in general? Must be some caching issue ... :thinking:
Will do tomoz.
Expected Behavior
Numpy have the section "Examples" which shows how to use the code. I would be nice to show this in the same way as parameters and returns.
Actual Behavior
Right now it is stripped from the docstring so if using the following the "Examples" is not shown in the genreated HTML.
Steps to Reproduce
Additional info