https://github.com/syohex/emacs-helm-pydoc.git
git clone 'git://github.com/syohex/emacs-helm-pydoc.git'
helm-pydoc.el
is pydoc helm interface
You can install helm-pydoc.el
from MELPA with package.el
M-x package-install helm-pydoc
helm-pydoc
pydoc
with helm interface
helm-pydoc-virtualenv
(Default "venv"
)Directory name of virtualenv. Use virtualenv python
if this name directory
is found in this directory hierarchy.
(eval-after-load "python"
'(progn
(define-key python-mode-map (kbd "C-c C-d") 'helm-pydoc)))