Can Epydoc be used to parse eggs

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,241
Members
46,831
Latest member
RusselWill

Latest Threads

Top