From 91fb4fd9e1fb66735a0194877ef3a3b0585da833 Mon Sep 17 00:00:00 2001 From: Dmitry Sadovnychyi Date: Mon, 22 Jun 2015 18:09:04 +0800 Subject: [PATCH 1/2] Add link to Atom in README --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 0fbb1088..774a4d85 100644 --- a/README.rst +++ b/README.rst @@ -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 `_] +- Atom_ (autocomplete-python_) And it powers the following projects: @@ -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 From 81252f0b7d2e399f7e146487734597035505ec79 Mon Sep 17 00:00:00 2001 From: Dmitry Sadovnychyi Date: Tue, 23 Jun 2015 13:49:04 +0800 Subject: [PATCH 2/2] Add link to Atom in docs --- docs/docs/usage.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index 960ca2ab..12fbf66f 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -47,6 +47,10 @@ Kate: `__, you have to enable it, though. +Atom: + +- autocomplete-python_ + .. _other-software: @@ -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