Stefan van der Walt
Stefan van der Walt
Thanks for clarifying that point. https://github.com/numpy/numpydoc/issues/68
How about we split correctly but issue a warning?
That grep script is truly horrific ;)
So, if you have something that works, would fixing numpydoc still be useful to you, or should we just add that "fixer" into the README?
I think this and other discussions around [similar requests](https://github.com/numpy/numpydoc/issues/68) has helped settle the issue in my mind: we should stick to one docstring format, and rather help those who want...
The docstring format seems consistent? https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
Thanks @jnothman, I'd be happy to review that.
In [0] the case of the single return value is discussed. You still have to provide a return type, don't you? [0] https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
I guess the question is whether this is any less clear or elegant: ``` Returns ------- string or dict The connection dictionary of the kernel. The type depends on `unpack`....
I'll let @pv and @rgommers chime in.