Merge remote-tracking branch 'origin/master' into away

This commit is contained in:
Dave Halter
2016-07-03 15:46:55 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ It's really easy.
Jedi can currently be used with the following editors: Jedi can currently be used with the following editors:
- Vim (jedi-vim_, YouCompleteMe_) - Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_)
- Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_) - Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_)
- Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3]) - Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3])
- SynWrite_ - SynWrite_
@@ -191,6 +191,7 @@ Acknowledgements
.. _jedi-vim: https://github.com/davidhalter/jedi-vim .. _jedi-vim: https://github.com/davidhalter/jedi-vim
.. _youcompleteme: http://valloric.github.io/YouCompleteMe/ .. _youcompleteme: http://valloric.github.io/YouCompleteMe/
.. _deoplete-jedi: https://github.com/zchee/deoplete-jedi
.. _Jedi.el: https://github.com/tkf/emacs-jedi .. _Jedi.el: https://github.com/tkf/emacs-jedi
.. _company-mode: https://github.com/syohex/emacs-company-jedi .. _company-mode: https://github.com/syohex/emacs-company-jedi
.. _elpy: https://github.com/jorgenschaefer/elpy .. _elpy: https://github.com/jorgenschaefer/elpy

View File

@@ -21,6 +21,7 @@ Vim:
- jedi-vim_ - jedi-vim_
- YouCompleteMe_ - YouCompleteMe_
- deoplete-jedi_
Emacs: Emacs:
@@ -94,6 +95,7 @@ Using a custom ``$HOME/.pythonrc.py``
.. _jedi-vim: https://github.com/davidhalter/jedi-vim .. _jedi-vim: https://github.com/davidhalter/jedi-vim
.. _youcompleteme: http://valloric.github.io/YouCompleteMe/ .. _youcompleteme: http://valloric.github.io/YouCompleteMe/
.. _deoplete-jedi: https://github.com/zchee/deoplete-jedi
.. _Jedi.el: https://github.com/tkf/emacs-jedi .. _Jedi.el: https://github.com/tkf/emacs-jedi
.. _elpy: https://github.com/jorgenschaefer/elpy .. _elpy: https://github.com/jorgenschaefer/elpy
.. _anaconda-mode: https://github.com/proofit404/anaconda-mode .. _anaconda-mode: https://github.com/proofit404/anaconda-mode