On Thu, 19 May 2005 17:43:32 +0200 rajcze <[EMAIL PROTECTED]> wrote: > hi, i'm sorry if somebody asked before me but i'd like to know where > can i find some documentation for soya ? i found only tutorials, but > anything like methods and classes desriptions ? is it download-able > from somewhere ?
Use pydoc to generate this documentation, e.g. run in a console "pydoc soya". It is also possible to view it in HTML, see pydoc doc. Jiba
