On Sun, May 15, 2011 at 3:35 AM, Pauli Virtanen wrote:
> On Sun, 15 May 2011 10:32:17 +0200, Ralf Gommers wrote:
> >> 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?
> >
> > The format
On Sun, 15 May 2011 10:32:17 +0200, Ralf Gommers wrote:
>> 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?
>
> The format please. That [, out] never made sense to me.
The problem here is tha
On Sun, May 15, 2011 at 6:22 AM, Charles R Harris wrote:
>
>
> On Sat, May 14, 2011 at 10:48 AM, Pauli Virtanen wrote:
>
>> On Sat, 14 May 2011 09:45:12 -0600, Charles R Harris wrote:
>> [clip]
>> > These are generated by the .. autosummary:: command, so the error
>> > probably lies there.
>>
>>
On Sat, May 14, 2011 at 10:48 AM, Pauli Virtanen wrote:
> On Sat, 14 May 2011 09:45:12 -0600, Charles R Harris wrote:
> [clip]
> > These are generated by the .. autosummary:: command, so the error
> > probably lies there.
>
> The problem is that the signature of these routines is written as
>
>
On Sat, May 14, 2011 at 10:48 AM, Pauli Virtanen wrote:
> On Sat, 14 May 2011 09:45:12 -0600, Charles R Harris wrote:
> [clip]
> > These are generated by the .. autosummary:: command, so the error
> > probably lies there.
>
> The problem is that the signature of these routines is written as
>
>
On Sat, 14 May 2011 09:45:12 -0600, Charles R Harris wrote:
[clip]
> These are generated by the .. autosummary:: command, so the error
> probably lies there.
The problem is that the signature of these routines is written as
remainder(x1, x2[, out])
and not as
remainder(x1, x2, o
A number of the ufuncs in the reference doc are missing arguments, for
example
remainder(x1) Return element-wise remainder of division.
mod(x1) Return element-wise remainder of division.
fmod(x1) Return the element-wise remainder of division.
absolute() Calculate the absolute value element-wise.
r