#16842: Add crossreference to degree in order for a permutation group
-------------------------------------+-------------------------------------
       Reporter:  amri               |        Owner:
           Type:  task               |       Status:  needs_work
       Priority:  trivial            |    Milestone:  sage-6.4
      Component:  group theory       |   Resolution:
       Keywords:  documentation,     |    Merged in:
  days60                             |    Reviewers:  Kamalakshya Mahatab
        Authors:  Amritanshu Prasad  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  87e154712469f477272af774a1c5741eba1739ca
  public/amri/groups/16842-permgp_doc_order|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by ayyer):

 I managed to play with the code a little. The problem seems to be in the
 _sage_src_lines_() method/function in src/sage/sets/set_from_iterator.py,
 which expects the 2nd and 17th line of the source code of order() to read
 certain things.

 The addition of the "See also" line is moving things around and that is
 what is causing the doc test to fail. One can fix this by changing {{{
 S[0][2]}}} to {{{ S[0][3]}}} and {{{ S[0][17]}}} to {{{ S[0][18]}}}, but
 I'm not experienced enough to know if that will break something else.

--
Ticket URL: <http://trac.sagemath.org/ticket/16842#comment:8>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to