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