From 447656fd14f391f994235bbdc797d2da1724f7f7 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 3 Jul 2016 16:16:54 +0200 Subject: [PATCH] Remvoed SynWrite from the Jedi implementations. From now on we only add major editors and projects that are using it. --- README.rst | 9 +++------ docs/docs/usage.rst | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index a2bd2cb7..6e0f4b00 100644 --- a/README.rst +++ b/README.rst @@ -30,12 +30,11 @@ implementation as a `VIM-Plugin `_, which uses Jedi's autocompletion. We encourage you to use Jedi in your IDEs. It's really easy. -Jedi can currently be used with the following editors: +Jedi can currently be used with the following editors/projects: - Vim (jedi-vim_, YouCompleteMe_, deoplete-jedi_) - Emacs (Jedi.el_, company-mode_, elpy_, anaconda-mode_, ycmd_) - Sublime Text (SublimeJEDI_ [ST2 + ST3], anaconda_ [only ST3]) -- SynWrite_ - TextMate_ (Not sure if it's actually working) - Kate_ version 4.13+ supports it natively, you have to enable it, though. [`proof `_] @@ -44,11 +43,10 @@ Jedi can currently be used with the following editors: - `GNOME Builder`_ (with support for GObject Introspection) - `Visual Studio Code`_ (via `Python Extension `_) - Gedit (gedi_) - -And it powers the following projects: - - wdb_ - Web Debugger +and many more! + Here are some pictures taken from jedi-vim_: @@ -199,7 +197,6 @@ Acknowledgements .. _ycmd: https://github.com/abingham/emacs-ycmd .. _sublimejedi: https://github.com/srusskih/SublimeJEDI .. _anaconda: https://github.com/DamnWidget/anaconda -.. _SynWrite: http://uvviewsoft.com/synjedi/ .. _wdb: https://github.com/Kozea/wdb .. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle .. _Kate: http://kate-editor.org diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index 7bff4317..40d75dcf 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -68,11 +68,11 @@ Gedit: .. _other-software: -Other Software Using Jedi -------------------------- +Web Debugger: -- wdb_ - Web Debugger +- wdb_ +and many more! .. _repl-completion: