On 12/21/05, Alvin Wang <[EMAIL PROTECTED]> wrote: > I am pretty new to TG and Python. I am not familiar with the naming > convention or how the docutils thing works. If there is an official > naming convention for TG, somebody who knows it should make a wiki > page.
The official python style guide is: http://www.python.org/peps/pep-0008.html as mentioned on the contrib page: http://www.turbogears.org/community/contributing.html There's a "Naming Conventions" section.

