|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.JediInterface</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <h1>eric7.JediInterface</h1> |
|
23 |
|
24 <p> |
|
25 Package implementing the jedi assistant interface. |
|
26 </p> |
|
27 <p> |
|
28 This package implements just the interface for the eric7 IDE. The |
|
29 underlying functionality is provided by the jedi library |
|
30 (<a href="https://github.com/davidhalter/jedi"> |
|
31 https://github.com/davidhalter/jedi</a>). |
|
32 </p> |
|
33 |
|
34 |
|
35 <h3>Modules</h3> |
|
36 <table> |
|
37 |
|
38 <tr> |
|
39 <td><a href="eric7.JediInterface.AssistantJedi.html">AssistantJedi</a></td> |
|
40 <td>Module implementing the Jedi assistant plug-in.</td> |
|
41 </tr> |
|
42 <tr> |
|
43 <td><a href="eric7.JediInterface.JediClient.html">JediClient</a></td> |
|
44 <td>Module implementing the Jedi client of eric7.</td> |
|
45 </tr> |
|
46 <tr> |
|
47 <td><a href="eric7.JediInterface.JediServer.html">JediServer</a></td> |
|
48 <td>Module implementing the autocompletion interface to jedi.</td> |
|
49 </tr> |
|
50 </table> |
|
51 </body></html> |