I usually just use rgrep, although it's not that convenient. I think a huge step forward would be to improve docs, writing "See also" sections (like numpy). For example, at the end of simplify's docstring there could be a list of all specific simplify functions (with one line descriptions). Another common thing missing is documentation on class instantiation (I'm looking at Expr, Function, Symbol and Integral, but certainly there are more), where one should find how and what options you have to create those objects.
Renato On Sat, Jun 11, 2011 at 10:30 AM, smichr <[email protected]> wrote: > We have source and help functions to provide help. Something else that > might be useful is an apropos function that would show methods/ > functions that contain a certain word in their docstrings...what do > you think? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" 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/sympy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "sympy" 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/sympy?hl=en.
