Dave Halter
04708819fb
Remove SourceLair from products, because it's a paid product
2018-03-23 01:47:05 +01:00
Dave Halter
e5546a8ae6
Better docs for funciton annotations
2018-03-14 19:19:38 +01:00
Dave Halter
9177c120f4
Merge the implicit namespace improvement (pkgutils.itermodules modification)
...
There are still a few issues that need to be addressed.
2018-02-15 20:08:58 +01:00
Dave Halter
d815470e54
Remove the copyright notice from docs
2018-01-09 23:29:39 +01:00
Hugo
7c31ea9042
Drop support for EOL Python 2.6
2018-01-07 10:40:05 +02:00
Hugo
4199ac1a6f
http -> https
2018-01-05 11:39:42 +01:00
Maxim Novikov
78cbad0d08
Fix implicit namespace autocompletion. Resolves : #959
2018-01-02 18:17:48 +01:00
Samuel Bishop
9cbcf00aa2
Fix dead link.
...
Hopefully this is close enough to the original video.
2017-11-03 17:52:22 +01:00
Dave Halter
28dea46bed
Better English
2017-10-05 18:35:17 +02:00
Dave Halter
2b30c6fee4
Remove documentation about caveats that are not realy 100% true anymore.
2017-10-05 18:33:02 +02:00
Guglielmo Saggiorato
12a6a388cd
removed reference to autocomplete-python
...
kept only ref to autocomplete-python-jedi
2017-09-07 10:58:13 +02:00
Guglielmo Saggiorato
06fac596d9
corrected typo in docs/docs/usage.rst
2017-09-07 10:58:13 +02:00
Guglielmo Saggiorato
7c4a96fbfa
Citing autocomplete-python-jedi alongside to autocomplete-python
2017-09-07 10:58:13 +02:00
Jakub Wilk
6c85ec1a6d
Fix typos.
2017-09-05 00:34:27 +02:00
Dave Halter
6ea06fdfd8
Even if static analysis is not working well, we can at least write it correctly.
2017-05-02 08:59:07 +02:00
Dave Halter
5c836a72b6
Lambda and Function docstrings render better.
2017-05-02 08:57:03 +02:00
Dave Halter
3cf4c66112
Change some more docstring stuff.
2017-04-28 00:23:28 +02:00
Dave Halter
bc4c5fafb7
Start creating documentation for the parser.
2017-04-27 21:50:31 +02:00
Dave Halter
e8cfb99ada
Fix a docs issue.
2017-04-27 19:59:09 +02:00
Dave Halter
e8718c6ce5
Docs for IPython completion which depends now on Jedi.
2017-04-27 19:31:50 +02:00
Dave Halter
f627d541b8
Trying to fix the docs.
2017-02-02 23:39:10 +01:00
Don Jayamanne
85970d25f9
updated as per code review comments
2016-08-25 20:57:35 +10:00
Don Jayamanne
b82687642d
update usage.rst
...
Updated to make reference to VS Code using this library.
2016-08-24 20:27:40 +10:00
Dave Halter
690241332d
Add a changelog for 0.10.0.
2016-07-09 02:40:27 +02:00
Dave Halter
67ea9ab9f3
Add Eric IDE to the list of supported plugins.
2016-07-03 16:22:23 +02:00
Dave Halter
447656fd14
Remvoed SynWrite from the Jedi implementations. From now on we only add major editors and projects that are using it.
2016-07-03 16:16:54 +02:00
Dave Halter
a02b07bcb8
Merge remote-tracking branch 'origin/master' into away
2016-07-03 15:46:55 +02:00
Dave Halter
c4ec5caf40
3.2 is not supported anymore. Mention this in docs as well.
2016-07-03 11:38:38 +02:00
kiryph
a9b0af3167
Add vim editor plugin deoplete-jedi
2016-06-20 11:26:25 +02:00
Dave Halter
82c76fa689
Merge with the linter branch (especially the changes of pep484.
2016-06-07 13:51:25 +02:00
Dave Halter
ed152e440e
Merge master into the away branch. The merge conflict that was resolved was to get 'debug.py' working again.
2016-06-07 08:55:27 +02:00
İsa Mert Gürbüz
53ca0217dd
Add gedit to supported editors list
2016-04-15 14:34:24 +03:00
Travis Bradshaw
ac9133aafc
Update unsupported features list with "implicit namespace packages"
2016-03-09 22:37:21 -06:00
Claude
5a555076bb
update documentation add python 3.5 and PEP-0484
2016-02-16 10:04:06 +01:00
Christian Hergert
81e07b866f
Add GNOME Builder to list of supported editors
...
Support is provided out of the box as long as python3-jedi is installed.
Additionally, Builder's implementation includes support for GObject
Introspection (and therefore Gtk).
2016-02-11 13:02:27 -08:00
Mariano Reingart
2ec196fa2e
Update API doc for completions
...
At least in jedi version 0.9.0 the API seems to change to:
* complete method is now completions
* words attribute is now name
Example:
```
(venv)reingart@S55t-B:~$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import jedi
>>> jedi.__version__
'0.9.0'
>>> source = '''import json; json.l'''
>>> script = jedi.Script(source, 1, 19, '')
>>> script
<Script: ''>
>>> completions = script.completions()
>>> completions
[<Completion: load>, <Completion: loads>]
>>> completions[1].complete
'oads'
>>> completions[1].name
u'loads'
>>>
```
2015-12-30 06:03:51 -03:00
Dave Halter
7141158484
Merge master into linter.
2015-12-15 12:28:38 +01:00
Dave Halter
317ef333fe
Captial letters in SourceLair changed.
2015-09-30 15:01:49 +02:00
Dave Halter
cae88b0f94
Add sourcelair to Jedi usages.
2015-09-30 14:59:21 +02:00
Dave Halter
4180b6590d
Move static analysis documentation of the names for nodes_to_execute.
2015-09-21 14:49:36 +02:00
Dmitry Sadovnychyi
81252f0b7d
Add link to Atom in docs
2015-06-23 13:49:04 +08:00
Dave Halter
f122c9b5b3
Document the new features better in the next release.
2015-04-08 13:15:21 +02:00
Dave Halter
b106dc25bd
Update the README to tell more about Python features.
2015-04-08 12:16:13 +02:00
Dave Halter
8775d90173
Merge the master branch into the dev branch.
2015-02-09 14:41:41 +01:00
felipeacsi
f348aaeab6
Updated Arch Linux installation
2015-01-16 14:38:39 -03:00
Dave Halter
a86cfa2dd7
Merge pull request #453 from alga/dev
...
Europython2014 davidhalter/jedi#361attempt
2014-07-27 20:58:03 +04:30
Albertas Agejevas
25978cf591
Mentioned framework support in the docs.
2014-07-27 17:35:50 +02:00
Danilo Bargen
605b0c5881
Added note about numpydoc package
...
Refs #450 .
2014-07-27 16:01:11 +02:00
Danilo Bargen
e8f479172a
Implemented dynamic superclasses
2014-07-27 14:11:48 +02:00
Danilo Bargen
73637d7e3f
Small doc fix
2014-07-27 13:12:26 +02:00