Am 2013-08-22 17:37, schrieb John H Palmieri: > Feel free to look at the patch of #15078 and tell me what I'm > missing ;) > > Look at the examples for the 'quotient' method and the tests for > 'setup_latex_preamble'. (This is what I saw using "scan through the > built documentation hoping I spot the problem".) Fixing those (add a > blank line after EXAMPLES in the first case, replace "TESTS:" by > "TESTS::" in the second) seems to get rid of the warnings.
Ohhh.....how could I miss that? :) Many many thanks. > By the way, the continuation character "\" in the doctest on line 1567 > looks suspicious to me, but it doesn't seem to cause a warning. I don't > really like using continuation characters in Python/Sage code, and I > don't think I'm alone in that... It wasn't needed anyway; changed. > Line 3566: "oder" should be "or"? Yes. > For the "_latex_" method, although it isn't included in the reference > manual since the name starts with an underscore, it would be a good idea > to start the docstring with r""", since it has a number of backslashes > in it. Changed. Thanks Daniel -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.
