[Numpy-discussion] Help!!! Docstrings overrun by markup crap.

Ralf Gommers ralf.gommers at googlemail.com
Sun Mar 21 22:17:23 EDT 2010


On Mon, Mar 22, 2010 at 12:27 AM, Alan G Isaac <aisaac at american.edu> wrote:

> >> On 3/21/2010 12:54 AM, Ralf Gommers wrote:
> >>> too many blank lines are needed
>
>
> > On Sun, Mar 21, 2010 at 9:51 PM, Alan G Isaac <aisaac at american.edu
> > <mailto:aisaac at american.edu>> wrote:
> >>     Please define "need" after seeing the compact example I posted.
>
>
> On 3/21/2010 9:58 AM, Ralf Gommers wrote:
> > You need 4 blank lines in your example. Now I tried adding a description
>
>
> Here is the compact example I posted.
>
>         q, r if mode = 'full':
>            - q : ndarray of float or complex, shape (M, K)
>             - r : ndarray of float or complex, shape (K, N)
>          r if mode = 'r':
>             - r : ndarray of float or complex, shape (K, N)
>          a2 if mode = 'economic':
>            - a2 : ndarray of float or complex, shape (M, N)
>
>         K = min(M, N).
>          The diagonal and the upper triangle of `a2` contains `r`,
>          while the rest of `a2` is undefined.
>
> Looked at the wrong thing, apologies. I'll play with your example tonight.

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100322/6573c523/attachment.html>


More information about the NumPy-Discussion mailing list