[Numpy-discussion] #734: interactive docstring search (lookfor)

Travis E. Oliphant oliphant at enthought.com
Thu Apr 10 17:23:57 EDT 2008


Pauli Virtanen wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Steven H. Rogers wrote:
>   
>> There's definitely a place for docsearch from the shell.  There's
>> opportunity for context sensitive search that Sphinx generated docs
>> couldn't easily duplicate.
>>     
>
> I think this is a good idea: full-namespace docstring search à la Matlab
> lookfor. I wrote a quick implementation for numpy here:
> http://scipy.org/scipy/numpy/ticket/734
>   

Cool.  I started scipy.misc.info a long time ago to try and do this.   I 
didn't advertise it well enough ;-)

scipy.misc.info('eigvals')

I'm happy to move this functionality into numpy (but it might be better 
in IPython).

-Travis





More information about the NumPy-Discussion mailing list