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

44
docs/index.rst Normal file
View File

@@ -0,0 +1,44 @@
Jedi
====
Release v\ |release|. (:doc:`Installation <docs/installation>`)
.. automodule:: jedi
:members:
:undoc-members:
Autocompletion can look like this (e.g. VIM plugin):
.. figure:: _screenshots/screenshot_complete.png
Docs
----
.. toctree::
:maxdepth: 1
docs/installation
docs/plugin-api
Resources
---------
- `Source Code on Github <https://github.com/davidhalter/jedi>`_
- `Travis Testing <https://travis-ci.org/davidhalter/jedi>`_
- `Python Package Index <http://pypi.python.org/pypi/jedi/>`_
Text Editor Plugins
-------------------
- `Vim <http://github.com/davidhalter/jedi-vim>`_
- `Emacs <https://github.com/tkf/emacs-jedi>`_
- `Sublime Text 2 <https://github.com/svaiter/SublimeJEDI>`_ (*under construction*)
Other Software Using Jedi
-------------------------
- `wdb <https://github.com/Kozea/wdb>`_