1
0
forked from VimPlug/jedi
Commit Graph

5065 Commits

Author SHA1 Message Date
Danilo Bargen
31492a721c Simplified README 2013-01-02 20:10:25 +01:00
Danilo Bargen
a215171750 Improved docs 2013-01-02 20:10:25 +01:00
Takafumi Arakaki
d89f469e12 Add intro part in settings.py 2013-01-02 20:09:46 +01:00
Takafumi Arakaki
51b22e0cb5 Add docstrings to all variables in settings.py 2013-01-02 20:09:46 +01:00
Takafumi Arakaki
c11a4fc050 Add top level docstring to settings.py 2013-01-02 20:09:46 +01:00
Takafumi Arakaki
9e17f552f1 Move comments in settings.py to docstring 2013-01-02 20:09:46 +01:00
David Halter
72869310c1 refactoring basics, #103 2012-12-31 14:47:57 +01:00
David Halter
17bec929bb fix a little import problem in regression tests 2012-12-31 12:36:33 +01:00
David Halter
71b50bdbd7 return None on keywords for BaseDefinition.full_name, fixes #94 2012-12-30 10:49:18 +01:00
David Halter
64465dae8d fix problem with empty import_paths 2012-12-30 10:32:11 +01:00
David Halter
41362370ed follow imports if they are in the file path, fixes davidhalter/jedi-vim#56 2012-12-30 10:29:35 +01:00
David Halter
886d43fd4c fix problems with points in completion 2012-12-29 23:47:20 +01:00
David Halter
01220e047e sphinx api_classes description 2012-12-29 20:44:07 +01:00
David Halter
19084616ea sphinx: update api return types 2012-12-29 20:39:55 +01:00
David Halter
1700b37f64 same_name_completions -> _same_name_completions, #97 2012-12-29 20:20:26 +01:00
David Halter
86f37261a2 the bool variable of #97 was defined wrong, fixes #97 2012-12-29 20:07:45 +01:00
David Halter
968f9bdf60 fix completion duplication problem with upper/lower case 2012-12-29 02:18:05 +01:00
David Halter
406233b62d ignore duplicates of completion outputs, #97 2012-12-29 01:59:34 +01:00
David Halter
b04e74ca7d Merge pull request #96 from jjay/improvedocparse
Improve docstring parsing for param types.
2012-12-28 05:29:22 -08:00
Yakov Borevich
3b412c72e9 Remove google docstrings support. Updates #40 2012-12-28 10:09:03 +04:00
Yakov Borevich
c7cf7b6dc7 Fix complex param parsing in docstrings. 2012-12-28 10:07:51 +04:00
David Halter
596d0fdf77 resolved merge conflict 2012-12-27 19:49:30 +01:00
David Halter
3f90055c69 improve docs again 2012-12-27 19:48:19 +01:00
David Halter
d7e06b1d69 add an api docstring again 2012-12-27 19:18:38 +01:00
David Halter
464685f433 move docsring of api.py to __init__.py 2012-12-27 19:07:49 +01:00
Danilo Bargen
59ff88ab57 Proper sphinx deprecation warning 2012-12-27 18:52:56 +01:00
Takafumi Arakaki
7cbb541b78 Use warnings.warn instead of raise 2012-12-27 18:32:03 +01:00
David Halter
5e03147f43 tried to link the DeprecationWarning in Sphinx 2012-12-27 18:16:37 +01:00
David Halter
f8efc7c950 changed warnings to sphinx doc style 2012-12-27 18:15:11 +01:00
David Halter
22fcfe5e19 deprecated BaseDefinition.line_nr in favor of 'line'. thx @dbrgn for the hint. 2012-12-27 18:12:18 +01:00
Yakov Borevich
5036960bf1 Merge branch 'dev' of github.com:davidhalter/jedi into docrtypes 2012-12-27 19:31:36 +04:00
Yakov Borevich
502c643c73 Return types for docstrings 2012-12-27 19:30:40 +04:00
David Halter
4c2c86ae72 ignore completion in import aliases 2012-12-27 16:22:25 +01:00
David Halter
50d6f8e916 fix completions on 'from . import variable' 2012-12-27 16:13:48 +01:00
David Halter
21bd50c608 follow 'from . import variable', fixes parts of davidhalter/jedi-vim#56 2012-12-27 15:30:43 +01:00
David Halter
31b335dc08 fix for tar_import stuff, that was caused by http://bugs.python.org/issue16791, may affect davidhalter/jedi-vim#56 2012-12-27 13:32:39 +01:00
Yakov Borevich
46a3ecc7d8 Support for Epydoc format in docstrings 2012-12-27 14:59:42 +04:00
David Halter
d1f23444b1 add property tests for renaming and removed some limitations of renaming, fixes davidhalter/jedi-vim#57 2012-12-27 00:03:02 +01:00
David Halter
4ff3a0ba26 variable set in the wrong place 2012-12-26 23:10:03 +01:00
David Halter
95a435f946 use get_in_function_call_cache again, because parsing the code is sometimes to slow 2012-12-26 23:05:31 +01:00
David Halter
45c9fe16b8 many tests and fixes for instance element renamings 2012-12-26 22:56:56 +01:00
David Halter
2534269cce many new renaming tests (and bug fixes) 2012-12-26 21:34:21 +01:00
David Halter
3bf0ec70fc improved goto on assignees (just return the assignee). 2012-12-26 20:53:15 +01:00
David Halter
e020c6b792 api.Script.parser -> api.Script._parser (and the same with module). important for #86, sphinx docs 2012-12-26 18:42:54 +01:00
David Halter
b7888c3d7c Merge pull request #86 from dbrgn/docs
Sphinx Docs
2012-12-26 08:35:38 -08:00
Danilo Bargen
5170919458 Extended documentation of BaseDefinition properties. 2012-12-26 16:41:47 +01:00
Danilo Bargen
495ff87081 Added examples to API docs 2012-12-26 16:31:49 +01:00
Danilo Bargen
9f3bf0114e Improved API documentation 2012-12-26 14:25:59 +01:00
Danilo Bargen
e0d07aff79 Started creating full documentation 2012-12-26 01:34:36 +01:00
David Halter
bd93f8fd2d move some parser details to protected class members 2012-12-24 12:53:38 +01:00