From 81926a785ccd33b02b46afac76662e7eea2d2c6a Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 14 Apr 2020 00:06:32 +0200 Subject: [PATCH] Some README improvements --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 581b5cb1..a9dca76e 100644 --- a/README.rst +++ b/README.rst @@ -55,15 +55,14 @@ Here are some pictures taken from jedi-vim_: .. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_complete.png -Completion for almost anything (Ctrl+Space). +Completion for almost anything: .. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_function.png -Display of function/class bodies, docstrings. +Documentation: .. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_pydoc.png -Documentation support (Shift+k). Get the latest version from `github `_ (master branch should always be kind of stable/working).