Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syohex/test-readme-rst
- Owner: syohex
- Created: 2014-03-15T01:52:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T01:53:57.000Z (almost 11 years ago)
- Last Synced: 2024-11-09T06:08:19.691Z (about 2 months ago)
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: 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-jediWhat 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