#9976: Decorated functions/methods have generic signature in documentation
--------------------------------+-------------------------------------------
   Reporter:  jsrn              |       Owner:  jsrn                            
        
       Type:  enhancement       |      Status:  needs_review                    
        
   Priority:  major             |   Milestone:  sage-4.7                        
        
  Component:  documentation     |    Keywords:  sphinx, documentation, cython 
inspection
     Author:  jsrn, Simon King  |    Upstream:  N/A                             
        
   Reviewer:  Simon King        |      Merged:                                  
        
Work_issues:                    |  
--------------------------------+-------------------------------------------

Comment(by SimonKing):

 Replying to [comment:128 jhpalmieri]:
 > Or is this issue with cached functions dealt with by #11115?

 As I have demonstrated in my preceding post, documentation has not been an
 issue for cached functions or methods. The correct format of the argspec
 used to be a problem, which is addressed here.

 Note the following issue, without our patches:
 {{{
 sage:
 edit(sage.databases.cunningham_tables.cunningham_prime_factors,'vim')
 ERROR: An unexpected error occurred while tokenizing input
 The following traceback may be corrupted or invalid
 The error message is: ('EOF in multi-line statement', (53, 0))
 ...
 TypeError: arg is not a module, class, method, function, traceback, frame,
 or code object
 }}}

 I am not sure whether that problem is solved by the tickets from here, or
 whether you need my patch from #11115 in addition. It definitely works
 when you have ''both'' patches. I am now testing if the patches from here
 would suffice, but this will take a while.

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