Menu

#285 Parameters shows up in wrong place

open
5
2008-07-29
2008-07-29
Neal Becker
No

def quartic_interp_coef (x):
"""
Return a tuple of Lagrange interpolator coefficients.

:Parameters:
`x` : float
The time offset (1 = 1 sample)
"""

When rendered with html is OK, but pdf the 'Parameters' is on the same line as the description.

Here is the latex:
Return a tuple of Lagrange interpolator coefficients.
\setlength{\parskip}{1ex}
\textbf{Parameters}
\vspace{-1ex}

Discussion

  • Edward Loper

    Edward Loper - 2008-07-29

    Logged In: YES
    user_id=195958
    Originator: NO

    Did you tell epydoc to use restructured text as the markup language, using either __docformat__ or '--docformat'? (see <http://epydoc.sourceforge.net/manual-othermarkup.html>)

     
  • Nobody/Anonymous

    Logged In: NO

    Yes, the rendering in latex is incorrect, the 'Paramaters' is shown in bold, but not on a new line.

     

Log in to post a comment.