mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
improve docs again
This commit is contained in:
@@ -3,9 +3,11 @@ The plugin API
|
||||
|
||||
.. currentmodule:: jedi
|
||||
|
||||
Note: This documentation is for Plugin developers, who want to improve their
|
||||
editors/IDE autocompletion
|
||||
|
||||
If you want to set up an editor/IDE-plugin with **Jedi**, you first need to
|
||||
``import jedi``. You then have direct access to the :class:`.Script`,
|
||||
:class:`.NotFoundError` and :func:`.set_debug_function` objects.
|
||||
``import jedi``. You then have direct access to the :class:`.Script`.
|
||||
|
||||
|
||||
API documentation
|
||||
|
||||
Reference in New Issue
Block a user