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: