Dear doc fan,

I just discovered that since a few beta release the html documentation of
extension methods/function is (again) broken. For example in
Expression.find_root the documentation doesn't shows any argument, while there
are plenty.

sage: sage.misc.sageinspect.sage_getargspec(Expression.find_root)
ArgSpec(args=['self', 'a', 'b', 'var', 'xtol', 'rtol', 'maxiter', 
'full_output'], varargs=None, keywords=None, defaults=(None, 1e-12, 4.5e-16, 
100, False))


I haven't yet bissected the problem. I'd like to make it a blocker for the
next release. Is there any problem with that ?

Cheers,

Florent

-- 
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to