kemayo / sublime-text-2-goto-documentation

Sublime Text 2 plugin to go to documentation
128 stars 37 forks source link

How to add documentation support for python libraries? #19

Closed harit-sunrun closed 10 years ago

harit-sunrun commented 11 years ago

I am using SQLAlchemy in Sublime Text 2 and would like to jump to documentation for it, how can I do that? is there a support yet?

kemayo commented 10 years ago

The python support is based on pydoc, so if the following command works on your system python -m pydoc sqlalchemy then we should provide results.