Hi all,<br><br>In a recent scipy pull request (<a href="https://github.com/scipy/scipy/pull/459">https://github.com/scipy/scipy/pull/459</a>), I ran into the problem of ufuncs automatically generating a signature in the docstring using arguments such as 'x' or 'x1, x2'.  scipy.special has a lot of ufuncs, and for most of them, there are much more descriptive or conventional argument names than 'x'.  For now, we will include a nicer signature in the added docstring, and grudgingly put up with the one generated by the ufunc.  In the long term, it would be nice to be able to disable the automatic generation of the signature.  I submitted a pull request to numpy to allow that: <a href="https://github.com/numpy/numpy/pull/3149">https://github.com/numpy/numpy/pull/3149</a><br>
<br>Comments on the pull request would be appreciated.<br><br>Thanks,<br><br>Warren<br><br>