File: README.rst

package info (click to toggle)
emacs-jedi 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: lisp: 1,299; python: 361; makefile: 285; sh: 8
file content (52 lines) | stat: -rw-r--r-- 2,219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
============================================
 Jedi.el - Python auto-completion for Emacs
============================================

.. sidebar:: Links:

   * `Documentation (dev) <http://tkf.github.io/emacs-jedi/latest>`_
     (`released version <http://tkf.github.io/emacs-jedi/released>`_)

     * `Screenshots <http://tkf.github.io/emacs-jedi/latest#screenshots>`_
     * `Configuration <http://tkf.github.io/emacs-jedi/latest#configuration>`_
     * `Command <http://tkf.github.io/emacs-jedi/latest#command>`_
     * `FAQ <http://tkf.github.io/emacs-jedi/latest#faq>`_
     * `Troubleshooting <http://tkf.github.io/emacs-jedi/latest#troubleshooting>`_
     * `Complete overview <http://tkf.github.io/emacs-jedi/latest/contents.html>`_
     * `Changelog <http://tkf.github.io/emacs-jedi/latest/changelog.html>`_

   * `Q & A in StackOverflow
     <http://stackoverflow.com/questions/tagged/emacs-jedi>`_
     (with ``emacs-jedi`` tag)
   * `Repository <https://github.com/tkf/emacs-jedi>`_ (at GitHub)
   * `Issue tracker <https://github.com/tkf/emacs-jedi/issues>`_ (at GitHub)
   * `Travis CI <https://travis-ci.org/tkf/emacs-jedi>`_
   * `MELPA <https://melpa.org/#/jedi-jedi>`_
   * `MELPA Stable <https://stable.melpa.org/#/jedi>`_


What is it?
===========

Jedi.el is a Python auto-completion package for Emacs.
It aims at helping your Python coding in a non-destructive way.
It also helps you to find information about Python objects, such as
docstring, function arguments and code location.

For more info, read documentation.
If you are using developmental version installed via el-get or MELPA, read
the `developmental version <http://tkf.github.io/emacs-jedi/latest>`_.
If you are using released version installed via Marmalade, read
the `released version <http://tkf.github.io/emacs-jedi/released>`_.

   Auto-completion using Jedi.el.
   See screenshots
   `here <http://tkf.github.io/emacs-jedi/latest#screenshots>`_.

Company Users
=============

**NOTE: Please do not install 'jedi' package for company users. You should install only company-jedi.**

If you use `company <https://github.com/company-mode/company-mode>`_,
please see `company-jedi <https://github.com/syohex/emacs-company-jedi>`_.