From 4ff8b921a3b252895ed43b9598a5a40f0cbd487c Mon Sep 17 00:00:00 2001 From: David Halter Date: Sat, 23 Nov 2013 14:31:59 +0100 Subject: [PATCH] editor list always with proper urls at the end (easier to copy) --- docs/docs/usage.rst | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index dee9229e..f6f53f6b 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -19,22 +19,22 @@ Editor Plugins Vim: -- `jedi-vim `_ -- `YouCompleteMe `_ +- jedi-vim_ +- YouCompleteMe_ Emacs: -- `Jedi.el `_ +- Jedi.el_ - company-jedi_ Sublime Text 2/3: -- `SublimeJEDI `_ (ST2 & ST3) -- `anaconda `_ (only ST3) +- SublimeJEDI_ (ST2 & ST3) +- anaconda_ (only ST3) SynWrite: -- `SynJedi `_ +- SynJedi_ .. _other-software: @@ -64,4 +64,11 @@ Using a custom ``$HOME/.pythonrc.py`` .. autofunction:: jedi.utils.setup_readline +.. _jedi-vim: https://github.com/davidhalter/jedi-vim +.. _youcompleteme: http://valloric.github.io/YouCompleteMe/ +.. _Jedi.el: https://github.com/tkf/emacs-jedi .. _company-jedi: https://github.com/proofit404/company-jedi +.. _sublimejedi: https://github.com/srusskih/SublimeJEDI +.. _anaconda: https://github.com/DamnWidget/anaconda +.. _SynJedi: http://uvviewsoft.com/synjedi/ +.. _wdb: https://github.com/Kozea/wdb