This is definitely a shameless plug, but I thought it might be worth mentioning here that my current side project is a MIT-licensed Python documentation API called "Python Docs," available at: http://github.com/mvanveen/docs .
The goal is to leverage static analysis as much as possible to provide an intuitive API for Python documentation primitives. So far I have used the project to power a code browsing interface that I recently started working on, but I think that others could find the project really useful.
The goal is to leverage static analysis as much as possible to provide an intuitive API for Python documentation primitives. So far I have used the project to power a code browsing interface that I recently started working on, but I think that others could find the project really useful.