Commit Graph

77 Commits

Author SHA1 Message Date
Dave Halter ef23f7401e specify a deprecation process, see also #395 2014-04-18 15:24:36 +02:00
Dave Halter 9854a42922 add elpy to the list of supported emacs implementations 2014-04-03 11:08:11 +02:00
Dave Halter 28fbdbc0f6 docs were not correct about epydoc docstrings. fixes davidhalter/jedi#245 2014-04-02 16:43:59 +02:00
Dave Halter 60aff6fa9d A kate plugin uses Jedi, fixes #322 2014-03-12 10:39:25 +01:00
Dave Halter 394e2e77de refactored the development docs, which was badly needed especially since evaluate/dynamic.py doesn't contain a lot of functionality anymore. 2014-03-11 17:26:38 +01:00
Dave Halter 5764e760d2 improve internal module links for sphinx documentation 2014-03-11 15:46:08 +01:00
Dave Halter cffdcd2571 correct developer documentation a little bit 2014-03-11 15:38:46 +01:00
Dave Halter 5abe4e2d57 my stupid english sometimes :-) 2014-03-11 14:32:40 +01:00
Dave Halter 9da09c9058 improve the testing documentation. Add a section about the alternate test runner ./run.py 2014-03-11 14:27:11 +01:00
Dave Halter 90338aa828 fix sphinx documentation issues (call it through the right namespace) 2014-03-11 14:17:21 +01:00
Dave Halter 17ecd73df9 fix @Alexey-T's concern of deprecated documentation, see #317 2014-03-11 13:23:25 +01:00
Dave Halter 14aca9708e forgot to change to docs - only changed the readme 2014-03-05 12:36:54 +01:00
Dave Halter e904031400 start correcting the documentation 2014-01-29 21:34:57 +01:00
David Halter 4ff8b921a3 editor list always with proper urls at the end (easier to copy) 2013-11-23 14:31:59 +01:00
David Halter a80a1fc19b add company jedi by @proofit404 to emacs jedi plugins 2013-11-23 14:29:21 +01:00
David Halter b6c30b542a merge fix for docs 2013-09-14 23:27:36 +04:30
David Halter c74aa71549 update development docs with parser changes 2013-09-06 01:49:46 +04:30
David Halter 58d3ba37e9 Jedi doesn't support del yet 2013-09-01 20:06:40 +04:30
David Halter 7b1290a182 last documentation fixes 2013-08-31 18:59:29 +04:30
David Halter 0fd0b0efc6 split api classes from api documentation, fixes #212 2013-08-31 18:45:55 +04:30
David Halter 3baf4a1711 add repl stuff to usage docs 2013-08-31 18:38:28 +04:30
David Halter d9b4218ca6 Jedi usage chapter as a first chapter for Jedis documentation. 2013-08-31 18:27:16 +04:30
David Halter 39e766c2eb add recipes also to features & caveats 2013-08-31 18:15:21 +04:30
David Halter 7d97d70dc1 move history to features and caveats 2013-08-31 18:12:56 +04:30
David Halter 9023d01dcb jedi settings should have its own documentation page, #212 2013-08-31 18:04:07 +04:30
Danilo Bargen e83b3edcac Fixed search URL for debian package 2013-08-23 22:59:45 +02:00
Danilo Bargen be97009fb4 Updated debian package URL 2013-08-23 10:07:00 +02:00
David Halter cfe21c74e8 tab completion instead of jedi autocompletion in docs 2013-08-16 10:55:12 +04:30
David Halter ffa6daa3d1 add namespaces to feature list 2013-08-14 01:04:43 +04:30
David Halter cea1d265a6 repl documentation, adds @asmeurer suggestions 2013-08-05 15:18:24 +04:30
David Halter 6525f9169c reformat feature documentation 2013-07-19 01:29:58 +02:00
David Halter 9b73f3ca3c exceptions are now accepted in the form of 'except Exception, e' 2013-07-19 01:29:16 +02:00
Takafumi Arakaki 7a8ea56b05 Document jedi.replstartup usage 2013-05-18 23:26:13 +02:00
Danilo Bargen e1afe2e80d Small docs changes 2013-05-15 23:33:14 +02:00
Danilo Bargen 6ed0e1580b Added remark about Python versions to installation docs 2013-05-15 23:31:46 +02:00
Danilo Bargen 16de02023f Use |jedi| macro in docs more consistently 2013-05-15 23:29:13 +02:00
Danilo Bargen 5c5f93d69e Typo in docs 2013-05-15 23:28:20 +02:00
Danilo Bargen 6d1a33a3c7 Added python2 AUR package 2013-05-15 23:27:16 +02:00
David Halter d5d12716b1 update debian installation notice, cc @p1otr 2013-05-14 10:02:50 +04:30
David Halter 29575b2562 add some testing notes of the readme to the documentation 2013-05-11 14:00:15 +04:30
David Halter b2f2b7a779 update installation docs 2013-05-11 11:29:40 +04:30
Danilo Bargen b3d9b6ce69 Removed py25 related code (fixes #206) 2013-04-27 16:47:40 +02:00
Danilo Bargen be7cecef00 Typos in docs 2013-04-10 16:04:56 +02:00
Takafumi Arakaki c8c26f52b9 Fix ImportError when building Sphinx 2013-03-12 19:35:20 +01:00
David Halter c98d099001 typos 2013-03-01 00:50:20 +04:30
David Halter 1834ef51b1 basic testing docstring for run.py 2013-02-28 23:57:33 +04:30
David Halter 76bd1a2d71 add testing docs to sphinx 2013-02-28 23:19:53 +04:30
Takafumi Arakaki c911255d6e Add inheritance-diagram to Sphinx documentation 2013-02-24 21:20:00 +01:00
Danilo Bargen d3947a6dc7 Added a type hinting recipe to docs (refs #133) 2013-02-16 14:04:04 +01:00
Takafumi Arakaki d1bcbd1559 Fix typo in development.rst 2013-02-15 18:34:25 +01:00