<br><br><div class="gmail_quote">On Sat, Mar 20, 2010 at 1:32 PM, Alan G Isaac <span dir="ltr"><<a href="mailto:aisaac@american.edu">aisaac@american.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 3/20/2010 2:15 PM, <a href="mailto:josef.pktd@gmail.com">josef.pktd@gmail.com</a> wrote:<br>
> As far as I know, stars are the only way to render a list in<br>
> restructured txt, otherwise it looses the list formatting.<br>
<br>
</div>Try a definition list?<br>
Example below.<br>
Alan<br>
<br>
<br>
Returns<br>
-------<br>
<br>
q, r if mode = 'full':<br>
<div class="im">    - q : ndarray of float or complex, shape (M, K)<br>
    - r : ndarray of float or complex, shape (K, N)<br>
<br>
</div><div class="im">    K = min(M, N)<br>
<br>
r if mode = 'r':<br>
    - r : ndarray of float or complex, shape (K, N)<br>
<br>
</div>a2 if mode = 'economic':<br>
<div class="im">    - a2 : ndarray of float or complex, shape (M, N)<br>
<br>
    The diagonal and the upper triangle of a2 contains r,<br>
    while the rest of the matrix is undefined.<br>
<br></div></blockquote><div><br>Maybe handle it in a manner similar to the other sections.<br><br>q,r <> mode = 'r''<br>    q: [M,N] ndarray<br>        The columns of 'q' are orthonomal.<br>    r:  [K,N] ndarray<br>
        Upper triangular array.<br>...<br><br>The "<>" standing in for "if". The indentation could be moved out.<br><br>Chuck  <br></div></div>