#5754: docstrings for all the interactive_constructors functions are *all* now
completely broken
---------------------------+------------------------------------------------
Reporter: was | Owner: tba
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.2
Component: documentation | Keywords:
---------------------------+------------------------------------------------
Type
{{{
sage: inject_on()
sage: PolynomialRing?
}}}
You won't get a docstring at all, which sucks. You *should* get
{{{
Construct a finite field and inject the variables of the
finite field to the global interactive interpreter. Use
inject=False to not inject the variables. This is a wrapper
around the following function: <<<FiniteField>>>
}}}
but with <<<FiniteField>>> replaced by the docstring for FiniteField.
The problem is probably that misc/sagedoc.py contains this line:
{{{
t0 = sage.server.support.get_def(x, obj)
}}}
and there is no function sage.server.support.get_def.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5754>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---