Some small docs improvements

This commit is contained in:
Dave Halter
2019-06-19 09:59:21 +02:00
parent 5ad0e3d72e
commit 474dcb857a
3 changed files with 13 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ Jedi Development
.. note:: This documentation is for Jedi developers who want to improve Jedi
itself, but have no idea how Jedi works. If you want to use Jedi for
your IDE, look at the `plugin api <api.html>`_.
It is also important to note that it's a pretty old version and some things
might not apply anymore.
Introduction

View File

@@ -11,8 +11,16 @@ jedi-vim_ does by default), or you can install it systemwide.
editor, refer to the corresponding documentation.
The preferred way
-----------------
The normal way
--------------
Most people use Jedi with a :ref:`editor plugins<editor-plugins>`. Typically
you install Jedi by installing an editor plugin. No necessary steps are needed.
Just take a look at the instructions for the plugin.
With pip
--------
On any system you can install |jedi| directly from the Python package index
using pip::