#13382: build docs for SymmetricGroupRepresentation(s)
----------------------------------+-----------------------------------------
       Reporter:  dimpase         |         Owner:  mvngu                       
  
           Type:  defect          |        Status:  needs_review                
  
       Priority:  major           |     Milestone:  sage-5.4                    
  
      Component:  documentation   |    Resolution:                              
  
       Keywords:                  |   Work issues:                              
  
Report Upstream:  N/A             |     Reviewers:  Volker Braun, Travis 
Scrimshaw
        Authors:  Dima Pasechnik  |     Merged in:                              
  
   Dependencies:                  |      Stopgaps:                              
  
----------------------------------+-----------------------------------------

Comment (by dimpase):

 Replying to [comment:15 dimpase]:

 by the way, at the Sage prompt the docstrings for, say,
 {{{YoungRepresentation_Orthogonal}}} are as broken as in the {{{sphinx}}}
 output:
 {{{
 sage: from sage.combinat.symmetric_group_representations import
 YoungRepresentation_Orthogonal
 sage: YoungRepresentation_Orthogonal?

 Base Class:     <type 'type'>
 String Form:    <class
 'sage.combinat.symmetric_group_representations.YoungRepresentation_Orthogonal'>
 Namespace:      Interactive
 Loaded File:    /usr/local/src/sage/sage-5.4.beta1/local/lib/python2.7
 /site-packages/sage/combinat/symmetric_group_representations.py
 Source File:
 
/usr/local/src/sage/sage-5.4.beta1/devel/sage/sage/combinat/symmetric_group_representations.py
 Definition:     YoungRepresentation_Orthogonal(self, permutation)
 Docstring:
        An irreducible representation of the symmetric group corresponding
        to "partition".

        For more information, see the documentation for
        "SymmetricGroupRepresentation".

        EXAMPLES:

           sage: spc = SymmetricGroupRepresentation([3])
           sage: spc([3,2,1])
           [1]
           sage: spc == loads(dumps(spc))
           True

           sage: spc = SymmetricGroupRepresentation([3],
 cache_matrices=False)
           sage: spc([3,2,1])
           [1]
           sage: spc == loads(dumps(spc))
           True
 ...
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13382#comment:16>
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