[Epydoc-devel] Re: New rules for public objects definition
Brought to you by:
edloper
From: Daniele V. <dan...@gm...> - 2006-01-22 04:13:37
|
The patch eventually grew into something more complex, so i created a CVS branch named "exp-all-is-interface" to continue testing. Everybody is encouraged to test the if the generated doc fits your needs and if the new strategy doesn't break documentation generation for previously workable packages. To check out the difference, please take a look at http://www.initd.org/people/piro/static/psycopg2 (generated from the branch version) and http://www.initd.org/people/piro/static/psycopg2-head (generated from the head version). For example, the "connection" and "cursor" objects are exposed in the "extensions" package (where people should pick from) instead of hidden in the _psycopg extension module. |