Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/syohex/test-readme-rst

Test rendering README.rst
https://github.com/syohex/test-readme-rst

Last synced: about 19 hours ago
JSON representation

Test rendering README.rst

Awesome Lists containing this project

README

        

============================================
Jedi.el - Python auto-completion for Emacs
============================================

.. sidebar:: Links:

* `Documentation`_
(`developmental version`_)

* `Screenshots`_
* `Configuration`_
* `Command`_
* `Troubleshooting`_

* `Repository`_ (at GitHub)
* `Issue tracker`_ (at GitHub)
* `Travis CI`_ |build-status|

.. _`Documentation`: http://tkf.github.io/emacs-jedi/released
.. _`developmental version`: http://tkf.github.io/emacs-jedi/latest
.. _`Screenshots`: http://tkf.github.io/emacs-jedi/released#screenshots
.. _`Configuration`: http://tkf.github.io/emacs-jedi/released#configuration
.. _`Command`: http://tkf.github.io/emacs-jedi/released#command
.. _`Troubleshooting`: http://tkf.github.io/emacs-jedi/released#troubleshooting
.. _`Repository`: https://github.com/tkf/emacs-jedi
.. _`Issue tracker`: https://github.com/tkf/emacs-jedi/issues
.. _`Travis CI`: https://travis-ci.org/tkf/emacs-jedi

What is it?
===========

Jedi.el is a Python auto-completion package for Emacs.
It aims at helping your Python coding in a non-destructive way.
It also helps you to find information about Python objects, such as
docstring, function arguments and code location.

For more info, see `documentation`_.
If you are using developmental version installed via el-get or MELPA, read
the `developmental version`_.

.. figure:: http://farm9.staticflickr.com/8261/8804536872_8d266b88ed_o.png

Auto-completion using Jedi.el.
See more screenshots
`here `_.

.. Build status badge
.. |build-status|
image:: https://secure.travis-ci.org/tkf/emacs-jedi.png?branch=master
:target: http://travis-ci.org/tkf/emacs-jedi
:alt: Build Status