I have been making some patch to the .resultant() procedure in /sage/
rings/polynomial/polynomial_element.pyx, and i have noticed something
strange when building the documentation.

If you ask for help both in the notebook or the command line, it shows
fine. But when you build the html help, what you get is this:

http://www.sagemath.org/doc/reference/sage/rings/polynomial/polynomial_element.html?highlight=resultant#sage.rings.polynomial.polynomial_element.Polynomial.resultant

I think that it is because of the @coerce_binop decorator before the
definition of the procedure. So i wonder if it is a general problem
(that is, when you build the html documentation of a procedure which
is defined after a decorator, you get the help of the decorator) or if
there is something more specific going on here.

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

Reply via email to