You may have heard of Doxygen, a program that generates source code documentation by directly reading the source files and extracting the documentation from there. Unfortunately, doxygen can’t read Python code directly (it was originally written to extract documentation from C/C code). However, it is possible to apply a filter to an input file and doxygen will then process the filtered result. And this is what you can get right here, a filter that transforms Python code into C stubs so that doxygen can process the documentation.
-
Navigation
-
Categories
-
Tag Cloud
BestOfFeeds Blogging BlogNetworking Books Cats Comic Community CSS Delicious Digest Digg Documentation Facebook FeedBurner Firefox Gadgets Games Geek Google GWP Hiring Humor Lifehacks Linux Marketing Microsoft Movies Music Online Online Identity Perl Popular Productivity Programming Programming Tools Reddit RSS Syndication Software Startups StumbleUpon Technorati Tshirts Twitter Web2.0 Wikipedia WordPress WordPress.com Work Yahoo Pipes
-
Blog Stats
- 4,115,401 hits

How to Earn a Six Figure Income from Blogging in Two Easy Steps
How NOT to be a Successful Blogger
81 movies for geeks that do not suck
Web Anonymity 101 - Digital Breadcrumbs
76 Romantic Movies for Guys and Girls
107 t-shirts for geeks that do not suck



One Comment
I’ve since tried HappyDoc and I’m happy with it. It does a good job of working right out of the box with minimal configuration.
http://happydoc.sourceforge.net/