Richard Höchenberger

Results 451 comments of Richard Höchenberger

Here, for completeness, is an example straight from a central SciPy function, namely [`ndimage.filters.correlate1d()`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.correlate1d.html) Function signature & docstring: ```python @_ni_docstrings.docfiller def correlate1d(input, weights, axis=-1, output=None, mode="reflect", cval=0.0, origin=0): """Calculate a...

@nkukard > Even without expansion this displays incorrectly.... Could be nicer, but I think it's a different issue – one of general docstring rendering :)

@jakebailey Thank you! Docstrings render much nicer now, great job! I totally understand your argument regarding Pylance being a **static** type checker. However, since these doccer expansions are used in...

@cbrnr This is something else, related to the `@verbose` decorator used in MNE-Python. Care to open a separate issue for this one?

Thank you, @bschnurr, I will try this

Hello again, and sorry for bumping this once more. But I'd like to once again bring to your attention that the lack of this feature is a real usability issue...

> but I do know that if regular type stubs are present and contain docs, we will use them and not try and analyze the real code. Perfect, this could...

Hello @judej, This is still topical and nothing has changed about this. Could you please reopen? This is still a big problem for those who use SciPy and certain other...

Yes, I'd be thinking about this too 🤔