File: index.rst

package info (click to toggle)
python-jedi 0.10.0~git1%2Bf05c071-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,064 kB
  • ctags: 3,014
  • sloc: python: 16,997; makefile: 149; ansic: 13
file content (40 lines) | stat: -rw-r--r-- 781 bytes parent folder | download
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
.. include global.rst

Jedi - an awesome autocompletion/static analysis library for Python
===================================================================

Release v\ |release|. (:doc:`Installation <docs/installation>`)

.. automodule:: jedi

Autocompletion can look like this (e.g. VIM plugin):

.. figure:: _screenshots/screenshot_complete.png


.. _toc:

Docs
----

.. toctree::
   :maxdepth: 2

   docs/usage
   docs/installation
   docs/features
   docs/plugin-api
   docs/plugin-api-classes
   docs/settings
   docs/development
   docs/testing


.. _resources:

Resources
---------

- `Source Code on Github <https://github.com/davidhalter/jedi>`_
- `Travis Testing <https://travis-ci.org/davidhalter/jedi>`_
- `Python Package Index <http://pypi.python.org/pypi/jedi/>`_