From 18dbbada88a789234af3b5fb7f3c276df77108c7 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 3 Feb 2013 21:32:04 +0100 Subject: [PATCH] removed the plugin list in the wrong place --- README.rst | 8 ++++++++ jedi/__init__.py | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 6450afc4..507a4f0c 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,14 @@ which uses Jedi's autocompletion. I encourage you to use Jedi in your IDEs. It's really easy. If there are any problems (also with licensing), just contact me. +Jedi can be used with the following plugins/software: + +- `VIM-Plugin `_ +- `Emacs-Plugin `_ +- `Sublime-Plugin `_ +- `wdb (web debugger) `_ + + Here are some pictures: .. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_complete.png diff --git a/jedi/__init__.py b/jedi/__init__.py index 47aaa93a..3e95de32 100644 --- a/jedi/__init__.py +++ b/jedi/__init__.py @@ -12,13 +12,6 @@ which uses Jedi's autocompletion. I encourage you to use Jedi in your IDEs. It's really easy. If there are any problems (also with licensing), just contact me. -Jedi can be used with the following plugins/software: - -- `VIM-Plugin `_ -- `Emacs-Plugin `_ -- `Sublime-Plugin `_ -- `wdb (web debugger) `_ - To give you a simple example how you can use the Jedi library, here is an example for the autocompletion feature: