forked from VimPlug/jedi
35 lines
768 B
ReStructuredText
35 lines
768 B
ReStructuredText
Jedi – Python autocompletion that works!
|
||
========================================
|
||
|
||
|
||
About Jedi
|
||
----------
|
||
|
||
.. automodule:: jedi
|
||
:members:
|
||
:undoc-members:
|
||
|
||
|
||
Contents
|
||
--------
|
||
|
||
.. toctree::
|
||
:maxdepth: 1
|
||
|
||
installation
|
||
plugin-api
|
||
|
||
Resources
|
||
---------
|
||
- `Source Code on github <https://github.com/davidhalter/jedi>`_
|
||
- `Travis testing <https://travis-ci.org/davidhalter/jedi>`_
|
||
- `Current PyPi package <http://pypi.python.org/pypi/jedi/>`_
|
||
|
||
Plugins using the Jedi library
|
||
------------------------------
|
||
|
||
- `VIM-Plugin <http://github.com/davidhalter/jedi-vim>`_
|
||
- `Emacs-Plugin <https://github.com/tkf/emacs-jedi>`_
|
||
- `Sublime-Plugin <https://github.com/svaiter/SublimeJEDI>`_ **Under construction**
|
||
- `wdb (web debugger) <https://github.com/Kozea/wdb>`_
|