forked from VimPlug/jedi
45 lines
820 B
ReStructuredText
45 lines
820 B
ReStructuredText
Jedi
|
|
====
|
|
|
|
Release v\ |version|. (:doc:`Installation <installation>`)
|
|
|
|
.. automodule:: jedi
|
|
:members:
|
|
:undoc-members:
|
|
|
|
Autocompletion can look like this (e.g. VIM plugin):
|
|
|
|
.. figure:: screenshot_complete.png
|
|
|
|
|
|
Docs
|
|
----
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
installation
|
|
plugin-api
|
|
|
|
|
|
Resources
|
|
---------
|
|
|
|
- `Source Code on Github <https://github.com/davidhalter/jedi>`_
|
|
- `Travis Testing <https://travis-ci.org/davidhalter/jedi>`_
|
|
- `Python Package Index <http://pypi.python.org/pypi/jedi/>`_
|
|
|
|
|
|
Text Editor Plugins
|
|
-------------------
|
|
|
|
- `Vim <http://github.com/davidhalter/jedi-vim>`_
|
|
- `Emacs <https://github.com/tkf/emacs-jedi>`_
|
|
- `Sublime Text 2 <https://github.com/svaiter/SublimeJEDI>`_ (*under construction*)
|
|
|
|
|
|
Other Software Using Jedi
|
|
-------------------------
|
|
|
|
- `wdb <https://github.com/Kozea/wdb>`_
|