Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Documentation EasyToFix
CodeInCategory-Documentation
New issue 3489 by [email protected]: Docstring formatting for section
titles
http://code.google.com/p/sympy/issues/detail?id=3489
Every occurrence of a section title inside a docstring should be followed
by an empty line. This is to ensures that it looks good in html and pdf. A
properly formatted section looks like this:
Examples
========
>>> from sympy import symbols, pi, exp
>>> x, y, z = symbols('x y z')
>>> (1 + x*y).xreplace({x: pi})
pi*y + 1
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.