I am trying to learn to use sphinx and have run into a problem with
info field lists

My source looks like this:

.. function:: ureal(x,u[,df=DOF_INF,label=None])

    Construct an elementary uncertain real number:

        :param 'x':  value
        :param 'u':  standard uncertainty
        :param 'df': degrees of freedom
        :param 'label': a text label
        :returns: an uncertain real number


But the fields do not render as a list of parameters, instead I get

        param ‘x’:      value
        param ‘u’:      standard uncertainty
        param ‘df’:     degrees of freedom
        param ‘label’:  a text label
        returns:        an uncertain real number

Could anyone suggest what I might be doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to