Commit Graph

1338 Commits

Author SHA1 Message Date
David Halter bf16a3a77a sphinx: added ressources/plugins 2012-12-27 19:32:36 +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
David Halter 4d5645504d sphinx: for now use automodule instead of documenting every class 2012-12-27 19:06:22 +01:00
David Halter fc1d075a7c Merge pull request #95 from dbrgn/docs
Proper Sphinx deprecation warnings and cross references
2012-12-27 10:01:28 -08:00
Danilo Bargen 59ff88ab57 Proper sphinx deprecation warning 2012-12-27 18:52:56 +01:00
Danilo Bargen 9e4a1bce5f Fixed cross reference to exception 2012-12-27 18:52:46 +01:00
David Halter 16236857bc Merge pull request #93 from tkf/warnings.warn
Use warnings.warn instead of raise
2012-12-27 09:38:02 -08: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
David Halter db4b09e05e Merge pull request #91 from jjay/docrtypes
Return type detection based on docstrings.
2012-12-27 08:41:32 -08:00
David Halter 422eb6cbbf version can now be changed in one file (for sphinx and pypi) 2012-12-27 17:25:31 +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 fc9e78c31e new relative import tests 2012-12-27 15:40:46 +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
David Halter f0dcbd8290 Merge branch 'dev' of github.com:davidhalter/jedi into dev 2012-12-27 12:11:14 +01:00
David Halter 7fe2423c53 Merge pull request #90 from jjay/master
Epydoc dosctrings support
2012-12-27 03:10:55 -08:00
Yakov Borevich a7f7d8ff9f Add tests for epydoc formated dosctring 2012-12-27 14:59:42 +04:00
Yakov Borevich 46a3ecc7d8 Support for Epydoc format in docstrings 2012-12-27 14:59:42 +04:00
Danilo Bargen a8dfcb35a3 Fixed RTD theme now. Really. (Hopefully.) 2012-12-27 02:27:27 +01:00
Danilo Bargen e12c8371dd Hopefully fixed issue with RTD html building 2012-12-27 02:21:25 +01:00
David Halter e94376095f note that readme/doc changes are ok in master branch to contributing.md 2012-12-27 02:09:20 +01:00
David Halter 9b0e60afa2 Merge remote-tracking branch 'origin/master' into dev 2012-12-27 02:07:32 +01:00
David Halter 3d22c2480e Merge branch 'dev' of github.com:davidhalter/jedi into dev 2012-12-27 02:07:12 +01:00
David Halter 9337aa3875 Merge pull request #89 from dbrgn/docs
Sphinx docs cleanup
2012-12-26 17:06:59 -08:00
David Halter b5cfd158f5 Merge pull request #88 from dbrgn/readme_changes
Some README changes
2012-12-26 17:06:50 -08:00
Danilo Bargen f648357600 Force usage of default Sphinx template on RTD 2012-12-27 01:59:09 +01:00
Danilo Bargen c4b35bb8b1 Removed "indices and tables" from index page 2012-12-27 01:56:22 +01:00
David Halter 5119090395 removed two notices in readme 2012-12-27 01:54:58 +01:00
Danilo Bargen a0813fd126 Some README changes 2012-12-27 01:50:54 +01:00
David Halter b9cc4dc378 forgot a point :-) 2012-12-27 01:39:28 +01:00
David Halter 232e7e4826 jedi is using semantic versioning 2012-12-27 01:36:49 +01: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 a7deb4766f test for davidhalter/jedi-vim#57 2012-12-26 23:28:24 +01:00
David Halter 4ff3a0ba26 variable set in the wrong place 2012-12-26 23:10:03 +01:00
David Halter e057387910 added docstring tests (forgot to add them a while ago), important for #87 2012-12-26 23:08:34 +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 993f7bd8d7 Merge branch 'dev' of github.com:davidhalter/jedi into dev 2012-12-26 18:36:24 +01:00
David Halter b7888c3d7c Merge pull request #86 from dbrgn/docs
Sphinx Docs
2012-12-26 08:35:38 -08:00
Danilo Bargen 6b31199371 Set author to "Jedi contributors" 2012-12-26 16:42:58 +01:00