better API description README text

This commit is contained in:
David Halter
2013-02-02 18:21:09 +01:00
parent 73ffec9a1b
commit 4eced17e99

View File

@@ -13,15 +13,15 @@ elements including many builtin functions.
Additionaly, Jedi suports two different goto functions and has support for Additionaly, Jedi suports two different goto functions and has support for
renaming as well as Pydoc support and some other IDE features. renaming as well as Pydoc support and some other IDE features.
Jedi uses a very simple interface to connect with IDE's. As an reference, there Jedi uses a very simple API to connect with IDE's. There's a reference
is a VIM implementation, which uses Jedi's autocompletion. However, I encourage implementation as a `VIM-Plugin Implementation
you to use Jedi in your IDEs. Start writing plugins! If there are problems with <http://github.com/davidhalter/jedi-vim>`_, which uses Jedi's autocompletion.
licensing, just contact me. I encourage you to use Jedi in your IDEs. I'ts really easy. If there are any
problems (also with licensing), just contact me.
At the moment Jedi can be used as a Jedi can be used with the following plugins/software:
`VIM-Plugin <http://github.com/davidhalter/jedi-vim>`_. So, if you want to test
Jedi for now, you'll have to use VIM. But there are new plugins emerging:
- `VIM-Plugin <http://github.com/davidhalter/jedi-vim>`_
- `Emacs-Plugin <https://github.com/tkf/emacs-jedi>`_ - `Emacs-Plugin <https://github.com/tkf/emacs-jedi>`_
- `Sublime-Plugin <https://github.com/svaiter/SublimeJEDI>`_ **Under construction** - `Sublime-Plugin <https://github.com/svaiter/SublimeJEDI>`_ **Under construction**
- `wdb (web debugger) <https://github.com/Kozea/wdb>`_ - `wdb (web debugger) <https://github.com/Kozea/wdb>`_