Comment #7 on issue 1949 by asmeurer: Doctests for polynomials module
http://code.google.com/p/sympy/issues/detail?id=1949

Just a warning.  You can't use

Header
======

in any docstring that gets imported by Sphinx, because it causes the build to fail (do cd doc; make html). This is basically why I used **Example** instead in those functions, because it least it looks decent, and it makes it bold in Sphinx. See issue 1215.

This is the one thing I hate about Sphinx, that it won't let you just do what you want in a docstring without failing sometimes, or giving a ton of unnecessary warnings (like the ODE docs, which render just fine, but give all kinds of warnings that want me to indent already quite indented examples even further).

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to