forked from VimPlug/jedi
54 lines
912 B
ReStructuredText
54 lines
912 B
ReStructuredText
.. include global.rst
|
|
|
|
Jedi
|
|
====
|
|
|
|
Release v\ |release|. (:doc:`Installation <docs/installation>`)
|
|
|
|
.. automodule:: jedi
|
|
|
|
Autocompletion can look like this (e.g. VIM plugin):
|
|
|
|
.. figure:: _screenshots/screenshot_complete.png
|
|
|
|
|
|
.. _toc:
|
|
|
|
Docs
|
|
----
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
docs/installation
|
|
docs/features
|
|
docs/plugin-api
|
|
|
|
|
|
.. _resources:
|
|
|
|
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/>`_
|
|
|
|
|
|
.. _editor-plugins:
|
|
|
|
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:
|
|
|
|
Other Software Using Jedi
|
|
-------------------------
|
|
|
|
- `wdb <https://github.com/Kozea/wdb>`_
|