dripton / Slugathon

Clone of the old Avalon Hill fantasy wargame Titan, using Python / PyGTK / Twisted
https://github.com/dripton/Slugathon/wiki
8 stars 2 forks source link

Autogenerate API docs #14

Open dripton opened 14 years ago

dripton commented 14 years ago

We need a way to generate API documentation. Candidates include epydoc, PyNSource, pydoctor, and happydoc. Probably others.

I'd like it to be able to handle module-level variables and functions, not just class members.