forked from VimPlug/jedi
last documentation fixes
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
.. include:: ../global.rst
|
.. include:: ../global.rst
|
||||||
|
|
||||||
|
.. _plugin-api-classes:
|
||||||
|
|
||||||
API Return Classes
|
API Return Classes
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,10 @@ The Plugin API
|
|||||||
Note: This documentation is for Plugin developers, who want to improve their
|
Note: This documentation is for Plugin developers, who want to improve their
|
||||||
editors/IDE autocompletion
|
editors/IDE autocompletion
|
||||||
|
|
||||||
If you want to use |jedi|, you first need to
|
If you want to use |jedi|, you first need to ``import jedi``. You then have
|
||||||
``import jedi``. You then have direct access to the :class:`.Script`.
|
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
|
API documentation
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ End User Usage
|
|||||||
|
|
||||||
If you are a not an IDE Developer, than chances are pretty high, that you just
|
If you are a not an IDE Developer, than chances are pretty high, that you just
|
||||||
want to use |jedi| as a browser plugin or in the shell. Yes that's :ref:`also
|
want to use |jedi| as a browser plugin or in the shell. Yes that's :ref:`also
|
||||||
possible <repl-completion>``!
|
possible <repl-completion>`!
|
||||||
|
|
||||||
|jedi| is relatively young and can be used in a variety of Plugins and
|
|jedi| is relatively young and can be used in a variety of Plugins and
|
||||||
Software. If your Editor/IDE is not among them, recommend |jedi| to your IDE
|
Software. If your Editor/IDE is not among them, recommend |jedi| to your IDE
|
||||||
|
|||||||
Reference in New Issue
Block a user