mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-05 02:14:15 +08:00
add elpy to the list of supported emacs implementations
This commit is contained in:
@@ -34,7 +34,7 @@ me.
|
|||||||
Jedi can be used with the following editors:
|
Jedi can be used with the following editors:
|
||||||
|
|
||||||
- Vim (jedi-vim_, YouCompleteMe_)
|
- Vim (jedi-vim_, YouCompleteMe_)
|
||||||
- Emacs (Jedi.el_, company-jedi_)
|
- Emacs (Jedi.el_, elpy_, company-jedi_)
|
||||||
- Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3])
|
- Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3])
|
||||||
- SynWrite_
|
- SynWrite_
|
||||||
- TextMate_ (Not sure if it's actually working)
|
- TextMate_ (Not sure if it's actually working)
|
||||||
@@ -143,6 +143,7 @@ For more detailed information visit the `testing documentation
|
|||||||
.. _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/
|
||||||
.. _Jedi.el: https://github.com/tkf/emacs-jedi
|
.. _Jedi.el: https://github.com/tkf/emacs-jedi
|
||||||
|
.. _elpy: https://github.com/jorgenschaefer/elpy
|
||||||
.. _company-jedi: https://github.com/proofit404/company-jedi
|
.. _company-jedi: https://github.com/proofit404/company-jedi
|
||||||
.. _sublimejedi: https://github.com/srusskih/SublimeJEDI
|
.. _sublimejedi: https://github.com/srusskih/SublimeJEDI
|
||||||
.. _anaconda: https://github.com/DamnWidget/anaconda
|
.. _anaconda: https://github.com/DamnWidget/anaconda
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ Vim:
|
|||||||
Emacs:
|
Emacs:
|
||||||
|
|
||||||
- Jedi.el_
|
- Jedi.el_
|
||||||
|
- elpy_
|
||||||
- company-jedi_
|
- company-jedi_
|
||||||
|
|
||||||
Sublime Text 2/3:
|
Sublime Text 2/3:
|
||||||
@@ -76,6 +77,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/
|
||||||
.. _Jedi.el: https://github.com/tkf/emacs-jedi
|
.. _Jedi.el: https://github.com/tkf/emacs-jedi
|
||||||
|
.. _elpy: https://github.com/jorgenschaefer/elpy
|
||||||
.. _company-jedi: https://github.com/proofit404/company-jedi
|
.. _company-jedi: https://github.com/proofit404/company-jedi
|
||||||
.. _sublimejedi: https://github.com/srusskih/SublimeJEDI
|
.. _sublimejedi: https://github.com/srusskih/SublimeJEDI
|
||||||
.. _anaconda: https://github.com/DamnWidget/anaconda
|
.. _anaconda: https://github.com/DamnWidget/anaconda
|
||||||
|
|||||||
Reference in New Issue
Block a user