From 9f7b586b43d49fd34d766bd94d06922d62d47ebf Mon Sep 17 00:00:00 2001 From: David Halter Date: Sun, 14 Oct 2012 15:04:00 +0200 Subject: [PATCH] added screenshots to readme --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.rst b/README.rst index 2f276ecf..bce0998c 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,22 @@ At the moment Jedi can be used as a `VIM-Plugin `_. So, if you want to test Jedi for now, you'll have to use VIM. +Here are some pictures: + +.. image:: https://github.com/davidhalter/jedi/raw/master/screenshot_complete.png + +Completion for almost anything (Ctrl+Space). + +.. image:: https://github.com/davidhalter/jedi/raw/master/screenshot_function.png + +Display of function/class bodies, docstrings. + +.. image:: https://github.com/davidhalter/jedi/raw/master/screenshot_pydoc.png + +Pydoc support (with highlighting, Shift+k). + +There is also support for goto and renaming. + Get the latest from `github `_.