Hi Marco,
On 15 Jun., 15:05, mmarco <[email protected]> wrote:
> Talking with some coleague he told be that he thought that sage
> documentation was very bad. The reason he presented was that it was
> very difficult to find if some function or procedure was implemented.
If I am not mistaken, there are not so many functions or procedures in
Sage - for the simple reason that most functionality in Sage is (as
usual in Python) provided by methods and not functions.
> So i have thought that it might be a good idea to have an index of
> functions and procedures. Jus an ordered list (by the name of the
> function-procedure, but putting the whole name class.procedure() for
> object procedures).
If you put the whole name class.method(), sorted by the name of the
class, then I guess it would be difficult to find the stuff. But I
could imagine that an index of the following structure could be
useful:
factor()
sage.rings.integer.Integer
sage.symbolic.expression.Expression
...
gcd()
...
I.e., the index would be sorted by the name of the methods, and then
all classes providing that method are listed.
But in general, I am quite happy with the possibility to search the
manual.
Cheers,
Simon
--
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