Thank you, that helps. However, I am running into a problem trying to generate an API file for numpy. the numpy/__init__.py file brings functions from numpy.core.*, numpy.lib.*, etc into the numpy namespace, so that they can be accessed just as numpy.function. However, the API file does not recognize this. Is there any way to get the API autocompletion to work anywhere close to as well as the ipython autocompletion? Thanks, Glenn
On 4/17/08, Detlev Offenbach <[EMAIL PROTECTED]> wrote: > On Dienstag, 15. April 2008, G Jones wrote: > > Hello, > > I see that it is possible to create API files for one's project to use > > with the eric autocompletion. Is there an easy way to do this for a > > distributed package (for example matplotlib)? > > > Just use the eric4-api script. > > Detlev > > -- > Detlev Offenbach > [EMAIL PROTECTED] > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric > _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
