<br><br><div class="gmail_quote">On Sun, May 15, 2011 at 6:22 AM, Charles R Harris <span dir="ltr"><<a href="mailto:charlesr.harris@gmail.com">charlesr.harris@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote">On Sat, May 14, 2011 at 10:48 AM, Pauli Virtanen <span dir="ltr"><<a href="mailto:pav@iki.fi" target="_blank">pav@iki.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">

On Sat, 14 May 2011 09:45:12 -0600, Charles R Harris wrote:<br>
[clip]<br>
<div>> These are generated by the .. autosummary:: command, so the error<br>
> probably lies there.<br>
<br>
</div>The problem is that the signature of these routines is written as<br>
<br>
        remainder(x1, x2[, out])<br>
<br>
and not as<br>
<br>
        remainder(x1, x2, out=None)<br>
<br></blockquote><div><br>OK, the format for that part of the signature is in line 4910 in ufunc_object.c. The question is, which should we fix, the format or the autosummary?<br></div></div><br></blockquote><div>The format please. That [, out] never made sense to me.<br>
<br>Ralf<br> <br></div></div><br>