#11263: Markup ".. link" is wrong in the developer guide. Add ".. linkall" to
systematically link.
-----------------------------+----------------------------------------------
   Reporter:  hivert         |          Owner:  hivert                    
       Type:  defect         |         Status:  needs_review              
   Priority:  major          |      Milestone:  sage-4.7.1                
  Component:  documentation  |       Keywords:  developer link skip markup
Work_issues:                 |       Upstream:  N/A                       
   Reviewer:                 |         Author:                            
     Merged:                 |   Dependencies:                            
-----------------------------+----------------------------------------------

Comment(by jhpalmieri):

 In more detail, replacing
 {{{
     link_all = '.. linkall' in F
 }}}
 by
 {{{
     link_all = re.search(r'^\s*\.\.\s+linkall\s*$', F, re.M)
 }}}
 seems to work for me, and only catches ".. linkall" if it's on a line by
 itself, other than white space.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11263#comment:7>
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 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/sage-trac?hl=en.

Reply via email to