On Sat, Jun 11, 2011 at 3:32 PM, Chris Smith <[email protected]> wrote: > I never use ipython but I like having the source and help available at the > command line. Is there any reason not to offer it there, too?
I agree with Ronan that it would be better if ipython provided it, but that depends on how it's implemented. I think that sort of function would fit nicely inside sympy.interactive. But to clarify things a bit: you are suggesting an "online search" that will traverse all docstrings and tell where the pattern occurred? Or something more manual, where we preprocess the docs and compile lists of linked terms? To be sure, docstrings of simplify(), collect() and expand() don't contain any of the other terms. Renato -- 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.
