move screenshots so that sphinx can access it.

This commit is contained in:
David Halter
2012-12-27 20:02:00 +01:00
parent 6002b019c3
commit 79efd20d63
5 changed files with 7 additions and 3 deletions

View File

@@ -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).

View File

@@ -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
--------

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB