> The reference manual should have an index. Go to this page [1] and
> click on the link "index" in the upper right corner of your web
> browser. Apart from that, no other document in the standard
> documentation [2] have indices as exhaustive as the reference manual.
> If you want index entries for other such documents, it should be
> possible to use Sphinx to hand craft your own index entries (but I
> don't know how to do it).

That option is usefull sometimes, and not so usefull some other times.
Imagine if you want to check if there exists a method to reduce a
polynomial modulo an ideal. Try to search for "reduce"... and you get
275 links; most of them are not about methods called "reduce" but of
stuff that contains stuff like "reducedscheme" of entries with
"reduced form". I only found two actual methods called .reduce.
Another example is to try to search for "resultant": in that case you
get some good results (namely, methods called .resultant), and after
that, a whole of completely non-related pages of the manual that just
happen to have the word "resultant" in it.


> 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()
      ...

Yes, that was exactly what i had in mind. A list of all the methods
(and also functions), sorted by the name of the method, and links to
the help of the method in question.

> [1]http://www.sagemath.org/doc/reference/
>
> [2]http://www.sagemath.org/doc/
>
> --
> Regards
> Minh Van Nguyen

-- 
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