Changed directory structure

This commit is contained in:
Danilo Bargen
2013-01-02 20:10:25 +01:00
parent a215171750
commit e01a6cd0f8
20 changed files with 14 additions and 14 deletions
+3 -3
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/docs/source/screenshot_complete.png
.. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_complete.png
Completion for almost anything (Ctrl+Space).
.. image:: https://github.com/davidhalter/jedi/raw/master/docs/source/screenshot_function.png
.. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_function.png
Display of function/class bodies, docstrings.
.. image:: https://github.com/davidhalter/jedi/raw/master/docs/source/screenshot_pydoc.png
.. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_pydoc.png
Pydoc support (with highlighting, Shift+k).