From 79efd20d63870e25bac8ff1b283bd6ecc1151994 Mon Sep 17 00:00:00 2001 From: David Halter Date: Thu, 27 Dec 2012 20:02:00 +0100 Subject: [PATCH] move screenshots so that sphinx can access it. --- README.rst | 6 +++--- docs/source/index.rst | 4 ++++ .../source/screenshot_complete.png | Bin .../source/screenshot_function.png | Bin .../source/screenshot_pydoc.png | Bin 5 files changed, 7 insertions(+), 3 deletions(-) rename screenshot_complete.png => docs/source/screenshot_complete.png (100%) rename screenshot_function.png => docs/source/screenshot_function.png (100%) rename screenshot_pydoc.png => docs/source/screenshot_pydoc.png (100%) diff --git a/README.rst b/README.rst index 3aa3dd6a..b00267a0 100644 --- a/README.rst +++ b/README.rst @@ -29,15 +29,15 @@ Jedi for now, you'll have to use VIM. But there are new plugins emerging: Here are some pictures: -.. image:: https://github.com/davidhalter/jedi/raw/master/screenshot_complete.png +.. image:: https://github.com/davidhalter/jedi/raw/master/docs/source/screenshot_complete.png Completion for almost anything (Ctrl+Space). -.. image:: https://github.com/davidhalter/jedi/raw/master/screenshot_function.png +.. image:: https://github.com/davidhalter/jedi/raw/master/docs/source/screenshot_function.png Display of function/class bodies, docstrings. -.. image:: https://github.com/davidhalter/jedi/raw/master/screenshot_pydoc.png +.. image:: https://github.com/davidhalter/jedi/raw/master/docs/source/screenshot_pydoc.png Pydoc support (with highlighting, Shift+k). diff --git a/docs/source/index.rst b/docs/source/index.rst index 2c9bc76f..d12298a0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,6 +9,10 @@ About Jedi :members: :undoc-members: +Autocompletion can look like this (e.g. VIM plugin): + +.. figure:: screenshot_complete.png + :align: center Contents -------- diff --git a/screenshot_complete.png b/docs/source/screenshot_complete.png similarity index 100% rename from screenshot_complete.png rename to docs/source/screenshot_complete.png diff --git a/screenshot_function.png b/docs/source/screenshot_function.png similarity index 100% rename from screenshot_function.png rename to docs/source/screenshot_function.png diff --git a/screenshot_pydoc.png b/docs/source/screenshot_pydoc.png similarity index 100% rename from screenshot_pydoc.png rename to docs/source/screenshot_pydoc.png