Re: Python3: API Documentation generator

2010-10-24 Thread Tim Diels
On 27/09/2010 20:44, Ken Watford wrote: On Mon, Sep 27, 2010 at 1:15 PM, Tim Dielslimyr...@gmail.com wrote: On 27/09/2010 09:02, Chris Rebert wrote: On Sun, Sep 26, 2010 at 11:56 PM, Tim Dielsfark...@gmail.comwrote: Hi all I've just switched to python3 and it turns out my current API

Python3: API Documentation generator

2010-09-27 Thread Tim Diels
Hi all I've just switched to python3 and it turns out my current API documentation generator (epydoc) no longer works. I am looking for a tool that reads the docstrings of all classes, ... in my project and turns it into HTML documentation. Thanks for your time limyreth --

Re: Python3: API Documentation generator

2010-09-27 Thread Tim Diels
On 27/09/2010 09:02, Chris Rebert wrote: On Sun, Sep 26, 2010 at 11:56 PM, Tim Dielsfark...@gmail.com wrote: Hi all I've just switched to python3 and it turns out my current API documentation generator (epydoc) no longer works. I am looking for a tool that reads the docstrings of all

Re: Building a GUI Toolkit

2010-04-22 Thread Tim Diels
On 20/04/2010 20:53, Lie Ryan wrote: On 04/19/10 03:06, Martin P. Hellwig wrote: On 04/18/10 12:49, Tim Diels wrote: Hi I was thinking of writing a GUI toolkit from scratch using a basic '2D library'. I have already come across the Widget Construction Kit. My main question is: Could I build

Building a GUI Toolkit

2010-04-18 Thread Tim Diels
Hi I was thinking of writing a GUI toolkit from scratch using a basic '2D library'. I have already come across the Widget Construction Kit. My main question is: Could I build a GUI toolkit of reasonable performance with the Widget Construction Kit, would it still feel more or less