Commit Graph

  • e50053aa46 enable None file_paths for related_name David Halter 2013-01-04 14:37:17 +01:00
  • ae9d88c3f9 remove generalized refactoring method for now David Halter 2013-01-04 11:18:53 +01:00
  • 12b726c5a5 Added quick_complete convenience function Danilo Bargen 2013-01-03 23:10:35 +01:00
  • 23f36c86d7 Merge pull request #104 from dbrgn/newdocs Danilo Bargen 2013-01-02 11:18:15 -08:00
  • 96e961a609 Disabled sidebar image for now... Danilo Bargen 2013-01-02 20:09:17 +01:00
  • a4e1fe47fd Improved plugin api documentation Danilo Bargen 2012-12-30 04:31:34 +01:00
  • cd4727ea9c Added global.rst with jedi macro Danilo Bargen 2012-12-30 03:30:56 +01:00
  • 31492a721c Simplified README Danilo Bargen 2012-12-30 02:57:43 +01:00
  • e9ca801f0f Added features to documentation Danilo Bargen 2012-12-30 02:57:35 +01:00
  • e01a6cd0f8 Changed directory structure Danilo Bargen 2012-12-30 01:59:43 +01:00
  • a215171750 Improved docs Danilo Bargen 2012-12-30 01:45:12 +01:00
  • beba40e920 Dynamically update copyright date range Danilo Bargen 2012-12-30 01:44:50 +01:00
  • bed4d6fa06 Added github star button Danilo Bargen 2012-12-30 01:44:28 +01:00
  • aef84d71e1 Added "fork me on github" ribbon Danilo Bargen 2012-12-30 01:21:27 +01:00
  • d3e4ea4d2a Added logo to docs Danilo Bargen 2012-12-30 01:03:56 +01:00
  • 7210751584 Switched to flask theme Danilo Bargen 2012-12-30 00:29:08 +01:00
  • d89f469e12 Add intro part in settings.py Takafumi Arakaki 2012-12-29 20:48:46 +01:00
  • 51b22e0cb5 Add docstrings to all variables in settings.py Takafumi Arakaki 2012-12-29 20:39:08 +01:00
  • c11a4fc050 Add top level docstring to settings.py Takafumi Arakaki 2012-12-29 20:36:29 +01:00
  • 0747469ffc Use autodoc_member_order = 'bysource' Takafumi Arakaki 2012-12-29 20:28:57 +01:00
  • 9e17f552f1 Move comments in settings.py to docstring Takafumi Arakaki 2012-12-29 20:27:52 +01:00
  • 72869310c1 refactoring basics, #103 David Halter 2012-12-31 14:47:57 +01:00
  • 17bec929bb fix a little import problem in regression tests David Halter 2012-12-31 12:36:33 +01:00
  • 806426898d add @jjay to authors David Halter 2012-12-30 14:10:41 +01:00
  • 71b50bdbd7 return None on keywords for BaseDefinition.full_name, fixes #94 David Halter 2012-12-30 10:49:18 +01:00
  • 548fb64fd7 test for #94 David Halter 2012-12-30 10:39:08 +01:00
  • 64465dae8d fix problem with empty import_paths David Halter 2012-12-30 10:32:11 +01:00
  • 41362370ed follow imports if they are in the file path, fixes davidhalter/jedi-vim#56 David Halter 2012-12-30 10:29:35 +01:00
  • 886d43fd4c fix problems with points in completion David Halter 2012-12-29 23:47:20 +01:00
  • 07dbebe277 test for problem with points in completion David Halter 2012-12-29 23:38:47 +01:00
  • 01220e047e sphinx api_classes description David Halter 2012-12-29 20:44:07 +01:00
  • 19084616ea sphinx: update api return types David Halter 2012-12-29 20:39:55 +01:00
  • 1700b37f64 same_name_completions -> _same_name_completions, #97 David Halter 2012-12-29 20:19:53 +01:00
  • 86f37261a2 the bool variable of #97 was defined wrong, fixes #97 David Halter 2012-12-29 20:07:45 +01:00
  • 968f9bdf60 fix completion duplication problem with upper/lower case David Halter 2012-12-29 02:18:05 +01:00
  • 406233b62d ignore duplicates of completion outputs, #97 David Halter 2012-12-29 01:59:34 +01:00
  • b04e74ca7d Merge pull request #96 from jjay/improvedocparse David Halter 2012-12-28 05:29:22 -08:00
  • 3b412c72e9 Remove google docstrings support. Updates #40 Yakov Borevich 2012-12-28 10:08:16 +04:00
  • c7cf7b6dc7 Fix complex param parsing in docstrings. Yakov Borevich 2012-12-28 09:21:06 +04:00
  • 79efd20d63 move screenshots so that sphinx can access it. David Halter 2012-12-27 20:02:00 +01:00
  • 6002b019c3 sphinx change again David Halter 2012-12-27 19:54:09 +01:00
  • 596d0fdf77 resolved merge conflict David Halter 2012-12-27 19:49:30 +01:00
  • 3f90055c69 improve docs again David Halter 2012-12-27 19:48:19 +01:00
  • bf16a3a77a sphinx: added ressources/plugins David Halter 2012-12-27 19:32:36 +01:00
  • d7e06b1d69 add an api docstring again David Halter 2012-12-27 19:18:38 +01:00
  • 464685f433 move docsring of api.py to __init__.py David Halter 2012-12-27 19:07:49 +01:00
  • 4d5645504d sphinx: for now use automodule instead of documenting every class David Halter 2012-12-27 19:06:22 +01:00
  • fc1d075a7c Merge pull request #95 from dbrgn/docs David Halter 2012-12-27 10:01:28 -08:00
  • 59ff88ab57 Proper sphinx deprecation warning Danilo Bargen 2012-12-27 18:52:56 +01:00
  • 9e4a1bce5f Fixed cross reference to exception Danilo Bargen 2012-12-27 18:52:46 +01:00
  • 16236857bc Merge pull request #93 from tkf/warnings.warn David Halter 2012-12-27 09:38:02 -08:00
  • 7cbb541b78 Use warnings.warn instead of raise Takafumi Arakaki 2012-12-27 18:32:03 +01:00
  • 5e03147f43 tried to link the DeprecationWarning in Sphinx David Halter 2012-12-27 18:16:37 +01:00
  • f8efc7c950 changed warnings to sphinx doc style David Halter 2012-12-27 18:15:11 +01:00
  • 22fcfe5e19 deprecated BaseDefinition.line_nr in favor of 'line'. thx @dbrgn for the hint. David Halter 2012-12-27 18:12:18 +01:00
  • db4b09e05e Merge pull request #91 from jjay/docrtypes David Halter 2012-12-27 08:41:32 -08:00
  • 422eb6cbbf version can now be changed in one file (for sphinx and pypi) David Halter 2012-12-27 17:25:25 +01:00
  • 5036960bf1 Merge branch 'dev' of github.com:davidhalter/jedi into docrtypes Yakov Borevich 2012-12-27 19:31:36 +04:00
  • 502c643c73 Return types for docstrings Yakov Borevich 2012-12-27 19:30:40 +04:00
  • 4c2c86ae72 ignore completion in import aliases David Halter 2012-12-27 16:22:25 +01:00
  • 50d6f8e916 fix completions on 'from . import variable' David Halter 2012-12-27 16:13:48 +01:00
  • fc9e78c31e new relative import tests David Halter 2012-12-27 15:38:37 +01:00
  • 21bd50c608 follow 'from . import variable', fixes parts of davidhalter/jedi-vim#56 David Halter 2012-12-27 15:30:43 +01:00
  • 31b335dc08 fix for tar_import stuff, that was caused by http://bugs.python.org/issue16791, may affect davidhalter/jedi-vim#56 David Halter 2012-12-27 13:31:55 +01:00
  • f0dcbd8290 Merge branch 'dev' of github.com:davidhalter/jedi into dev David Halter 2012-12-27 12:11:14 +01:00
  • 7fe2423c53 Merge pull request #90 from jjay/master David Halter 2012-12-27 03:10:55 -08:00
  • a7f7d8ff9f Add tests for epydoc formated dosctring Yakov Borevich 2012-12-27 14:41:29 +04:00
  • 46a3ecc7d8 Support for Epydoc format in docstrings Yakov Borevich 2012-12-26 21:18:06 +04:00
  • a8dfcb35a3 Fixed RTD theme now. Really. (Hopefully.) Danilo Bargen 2012-12-27 02:27:27 +01:00
  • e12c8371dd Hopefully fixed issue with RTD html building Danilo Bargen 2012-12-27 02:21:25 +01:00
  • e94376095f note that readme/doc changes are ok in master branch to contributing.md David Halter 2012-12-27 02:09:20 +01:00
  • 9b0e60afa2 Merge remote-tracking branch 'origin/master' into dev David Halter 2012-12-27 02:07:32 +01:00
  • 3d22c2480e Merge branch 'dev' of github.com:davidhalter/jedi into dev David Halter 2012-12-27 02:07:12 +01:00
  • 9337aa3875 Merge pull request #89 from dbrgn/docs David Halter 2012-12-26 17:06:59 -08:00
  • b5cfd158f5 Merge pull request #88 from dbrgn/readme_changes David Halter 2012-12-26 17:06:50 -08:00
  • f648357600 Force usage of default Sphinx template on RTD Danilo Bargen 2012-12-27 01:59:09 +01:00
  • c4b35bb8b1 Removed "indices and tables" from index page Danilo Bargen 2012-12-27 01:56:22 +01:00
  • 5119090395 removed two notices in readme David Halter 2012-12-27 01:54:58 +01:00
  • a0813fd126 Some README changes Danilo Bargen 2012-12-27 01:50:54 +01:00
  • b9cc4dc378 forgot a point :-) David Halter 2012-12-27 01:39:28 +01:00
  • 232e7e4826 jedi is using semantic versioning David Halter 2012-12-27 01:36:49 +01:00
  • d1f23444b1 add property tests for renaming and removed some limitations of renaming, fixes davidhalter/jedi-vim#57 David Halter 2012-12-27 00:03:02 +01:00
  • a7deb4766f test for davidhalter/jedi-vim#57 David Halter 2012-12-26 23:28:24 +01:00
  • 4ff3a0ba26 variable set in the wrong place David Halter 2012-12-26 23:10:03 +01:00
  • e057387910 added docstring tests (forgot to add them a while ago), important for #87 David Halter 2012-12-26 23:08:34 +01:00
  • 95a435f946 use get_in_function_call_cache again, because parsing the code is sometimes to slow David Halter 2012-12-26 23:04:59 +01:00
  • 45c9fe16b8 many tests and fixes for instance element renamings David Halter 2012-12-26 22:56:56 +01:00
  • 2534269cce many new renaming tests (and bug fixes) David Halter 2012-12-26 21:34:21 +01:00
  • 3bf0ec70fc improved goto on assignees (just return the assignee). David Halter 2012-12-26 20:53:15 +01:00
  • e020c6b792 api.Script.parser -> api.Script._parser (and the same with module). important for #86, sphinx docs David Halter 2012-12-26 18:42:54 +01:00
  • 993f7bd8d7 Merge branch 'dev' of github.com:davidhalter/jedi into dev David Halter 2012-12-26 18:36:24 +01:00
  • b7888c3d7c Merge pull request #86 from dbrgn/docs David Halter 2012-12-26 08:35:38 -08:00
  • 6b31199371 Set author to "Jedi contributors" Danilo Bargen 2012-12-26 16:42:58 +01:00
  • 5170919458 Extended documentation of BaseDefinition properties. Danilo Bargen 2012-12-26 16:41:44 +01:00
  • 33cec59e94 Show inheritance and base class Danilo Bargen 2012-12-26 16:38:11 +01:00
  • 495ff87081 Added examples to API docs Danilo Bargen 2012-12-26 16:31:49 +01:00
  • 9f3bf0114e Improved API documentation Danilo Bargen 2012-12-26 14:25:59 +01:00
  • e0d07aff79 Started creating full documentation Danilo Bargen 2012-12-26 01:34:36 +01:00
  • 4217632ec8 Added Sphinx docs Danilo Bargen 2012-12-26 00:29:18 +01:00
  • 92cd50b2b7 added goto tests for params David Halter 2012-12-25 02:26:36 +01:00