#5761: Bring doctests of sage/misc/latex.py to 100%
--------------------------------------------------+-------------------------
       Reporter:  rbeezer                         |         Owner:  rbeezer     
  
           Type:  defect                          |        Status:  needs_work  
  
       Priority:  major                           |     Milestone:  sage-5.7    
  
      Component:  doctest                         |    Resolution:              
  
       Keywords:  documentation, coverage, latex  |   Work issues:              
  
Report Upstream:  N/A                             |     Reviewers:  André 
Apitzsch
        Authors:  Travis Scrimshaw                |     Merged in:              
  
   Dependencies:                                  |      Stopgaps:              
  
--------------------------------------------------+-------------------------
Changes (by aapitzsch):

  * status:  needs_review => needs_work
  * reviewer:  => André Apitzsch


Comment:

 There are some {{{True, False}}} and {{{None}}} not surrounded by
 {{{``}}}.

 After
 {{{
 "\\ZZ[x]
 }}}
 in
 {{{
 EXAMPLES::

     # sage: latex.eval("\\ZZ[x], locals(), filename="test") # This would
 generate a file named "test.png"
     # ''
     # sage: latex.eval("\\ZZ[x], locals(), filename="/path/to/test") #
 This would generate a file named "/path/to/test.png"
     # ''
 }}}
 a " is missing, otherwise the command will fail. You can use ''# not
 tested'' at the end of the line instead of commenting out the examples.

 Everything else looks good to me.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5761#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to