Skip to content

Commit

Permalink
Amend "no backend available" message ...
Browse files Browse the repository at this point in the history
... with a pointer to the "Should I use Rope or Jedi?" FAQ
  • Loading branch information
offby1 committed Aug 14, 2016
1 parent c0a9233 commit 8b612a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion elpy.el
Expand Up @@ -816,7 +816,8 @@ item in another window.\n\n")
(not (gethash "rope_version" config))
(not (gethash "jedi_version" config))))
(elpy-insert--para
"There is no backend available. Please install either Rope or Jedi.\n")
"There is no backend available. Please install either Rope or Jedi."
"See https://github.com/jorgenschaefer/elpy/wiki/FAQ#q-should-i-use-rope-or-jedi for guidance.\n")
(insert "\n")
(widget-create 'elpy-insert--pip-button :package rope-pypi-package)
(insert "\n")
Expand Down

0 comments on commit 8b612a4

Please sign in to comment.