Changed directory structure

This commit is contained in:
Danilo Bargen
2012-12-30 01:59:43 +01:00
parent a215171750
commit e01a6cd0f8
20 changed files with 14 additions and 14 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/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).