mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
68 lines
1.1 KiB
ReStructuredText
68 lines
1.1 KiB
ReStructuredText
.. include global.rst
|
|
|
|
Jedi - an awesome autocompletion library for Python
|
|
===================================================
|
|
|
|
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/repl
|
|
docs/recipes
|
|
docs/plugin-api
|
|
docs/history
|
|
docs/development
|
|
docs/testing
|
|
|
|
|
|
.. _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:
|
|
|
|
- `jedi-vim <http://github.com/davidhalter/jedi-vim>`_
|
|
- `YouCompleteMe <http://valloric.github.io/YouCompleteMe/>`_
|
|
|
|
Emacs:
|
|
|
|
- `emacs-jedi <https://github.com/tkf/emacs-jedi>`_
|
|
|
|
Sublime Text 2:
|
|
|
|
- `SublimeJEDI <https://github.com/svaiter/SublimeJEDI>`_
|
|
|
|
|
|
.. _other-software:
|
|
|
|
Other Software Using Jedi
|
|
-------------------------
|
|
|
|
- `wdb <https://github.com/Kozea/wdb>`_
|