[IPython-dev] Prefilter reorg ready for trunk

Walter Dörwald walter at livinglogic.de
Wed May 9 16:32:55 EDT 2007


Ville M. Vainio wrote:
> On 5/9/07, Walter Dörwald <walter at livinglogic.de> wrote:
> 
>> The help files igrid_help.css and igrid_help.html were supposed to be
>> installed in the same directory as igrid.py itself, because igrid.py
>> uses the following code to find the file:
>>
>> filename = os.path.join(os.path.dirname(__file__), "igrid_help.html")
>>
>> How would this work, if the files were put into the doc directory?
> 
> I don't think we should try to fix this for 0.8.1. Just leave the
> "html help" menu item broken (it's strictly not needed, right?),

True, you can always open the HTML file yourself in your browser.

> and
> put the help files in doc directory. We can fix the menu item later.

Another solution would be to put the HTML as a string into igrid.py 
itself, but then it will no longer work in a standalone browser.

Servus,
    Walter




More information about the IPython-dev mailing list