#13064: The documentation should search methods in classes
-----------------------------+----------------------------------------------
   Reporter:  ppurka         |             Owner:  mvngu        
       Type:  defect         |            Status:  new          
   Priority:  major          |         Milestone:  sage-5.1     
  Component:  documentation  |          Keywords:  documentation
Work issues:                 |   Report Upstream:  N/A          
  Reviewers:                 |           Authors:               
  Merged in:                 |      Dependencies:               
   Stopgaps:                 |  
-----------------------------+----------------------------------------------
 The documentation here http://www.sagemath.org/doc/reference/search.html
 should be able to search methods (those not starting with `_`) in the
 classes. For instance, the following search
 http://www.sagemath.org/doc/reference/search.html?q=integer_representation
 gives zero results even though `integer_representation` is a valid method
 for an element of `GF(2^p)`.
 {{{
 sage: F = GF(2**3, 'a')
 sage: b = F.random_element(); b
 a^2 + a
 sage: b.integer_representation()
 6
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13064>
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