1
0
forked from VimPlug/jedi

last documentation fixes

This commit is contained in:
David Halter
2013-08-31 18:59:29 +04:30
parent 0fd0b0efc6
commit 7b1290a182
3 changed files with 7 additions and 3 deletions

View File

@@ -8,8 +8,10 @@ The Plugin API
Note: This documentation is for Plugin developers, who want to improve their
editors/IDE autocompletion
If you want to use |jedi|, you first need to
``import jedi``. You then have direct access to the :class:`.Script`.
If you want to use |jedi|, you first need to ``import jedi``. You then have
direct access to the :class:`.Script`. You can then call the functions
documented here. These functions return :ref:`API classes
<plugin-api-classes>`.
API documentation