[Bf-python] general guidelines

Willian Padovani Germano wgermano at ig.com.br
Fri Jun 20 03:42:12 CEST 2003


On Thu, 2003-06-19 at 18:20, Jacques Guignot wrote:
> Would you agre with this (simple) guideline ?
> 
> Every module consists of 4 files
> Module.c
> Module.h
> testmodule.py : (python script) exhaustive testing of the module
> Moduledoc.txt : documentation (plain text)

That's it, but the documentation will probably be on a "fake" Module.py,
that only contains function and class definitions and the docstrings,
for the epydoc documentation.  Look at the api2_2x/doc dir, I'll commit
it soon.

--
Willian, wgermano at ig.com.br




More information about the Bf-python mailing list