Skip to content

Commit

Permalink
Merge pull request #602 from sadovnychyi/patch-1
Browse files Browse the repository at this point in the history
Add link to Atom in README
  • Loading branch information
davidhalter committed Jun 23, 2015
2 parents 7c4ef73 + 81252f0 commit 7b50bb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -39,6 +39,7 @@ Jedi can currently be used with the following editors:
- TextMate_ (Not sure if it's actually working)
- Kate_ version 4.13+ supports it natively, you have to enable it, though. [`proof
<https://projects.kde.org/projects/kde/applications/kate/repository/show?rev=KDE%2F4.13>`_]
- Atom_ (autocomplete-python_)

And it powers the following projects:

Expand Down Expand Up @@ -186,3 +187,5 @@ For more detailed information visit the `testing documentation
.. _wdb: https://github.com/Kozea/wdb
.. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle
.. _Kate: http://kate-editor.org
.. _Atom: https://atom.io/
.. _autocomplete-python: https://atom.io/packages/autocomplete-python
5 changes: 5 additions & 0 deletions docs/docs/usage.rst
Expand Up @@ -47,6 +47,10 @@ Kate:
<https://projects.kde.org/projects/kde/applications/kate/repository/entry/addons/kate/pate/src/plugins/python_autocomplete_jedi.py?rev=KDE%2F4.13>`__,
you have to enable it, though.

Atom:

- autocomplete-python_


.. _other-software:

Expand Down Expand Up @@ -86,3 +90,4 @@ Using a custom ``$HOME/.pythonrc.py``
.. _wdb: https://github.com/Kozea/wdb
.. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle
.. _kate: http://kate-editor.org/
.. _autocomplete-python: https://atom.io/packages/autocomplete-python

0 comments on commit 7b50bb0

Please sign in to comment.