D
davels
I'm trying to use epydoc (3.0beta1) to generate documentation for some
packages I've installed as eggs. When I run the epydoc command
"epydoc.py -v -o sqlalchemy sqlalchemy" in completes without error,
but the resulting documentation is just a stub.
Everything
All Functions
sqlalchemy.global_connect
All Variables
sqlalchemy.EXT_PASS
sqlalchemy.NULLTYPE
sqlalchemy.__loader__
sqlalchemy.default_metadata
sqlalchemy.func
It looks like the zip loader module that is used to access the egg is
what is documented. Is there any way to get epydoc to open the egg
and document the package?
Thanks.
packages I've installed as eggs. When I run the epydoc command
"epydoc.py -v -o sqlalchemy sqlalchemy" in completes without error,
but the resulting documentation is just a stub.
Everything
All Functions
sqlalchemy.global_connect
All Variables
sqlalchemy.EXT_PASS
sqlalchemy.NULLTYPE
sqlalchemy.__loader__
sqlalchemy.default_metadata
sqlalchemy.func
It looks like the zip loader module that is used to access the egg is
what is documented. Is there any way to get epydoc to open the egg
and document the package?
Thanks.