forked from VimPlug/jedi
last documentation fixes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
.. include:: ../global.rst
|
||||
|
||||
.. _plugin-api-classes:
|
||||
|
||||
API Return Classes
|
||||
------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,7 +5,7 @@ End User Usage
|
||||
|
||||
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
|
||||
possible <repl-completion>``!
|
||||
possible <repl-completion>`!
|
||||
|
||||
|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
|
||||
|
||||
Reference in New Issue
Block a user