diff --git a/README.rst b/README.rst index 66bea6e2..0fc6bf95 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Jedi can currently be used with the following editors/projects: - 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_) +- Atom_ (autocomplete-python-jedi_, autocomplete-python_) - SourceLair_ - `GNOME Builder`_ (with support for GObject Introspection) - `Visual Studio Code`_ (via `Python Extension `_) @@ -207,6 +207,7 @@ Acknowledgements .. _TextMate: https://github.com/lawrenceakka/python-jedi.tmbundle .. _Kate: http://kate-editor.org .. _Atom: https://atom.io/ +.. _autocomplete-python-jedi: https://atom.io/packages/autocomplete-python-jedi .. _autocomplete-python: https://atom.io/packages/autocomplete-python .. _SourceLair: https://www.sourcelair.com .. _GNOME Builder: https://wiki.gnome.org/Apps/Builder diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index 99efb958..d8a8fdd5 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -53,7 +53,7 @@ Visual Studio Code: - `Python Extension`_ Atom: - +- autocomplete-python-jedi_ - autocomplete-python_ SourceLair: @@ -114,6 +114,7 @@ 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-jedi: https://atom.io/packages/autocomplete-python-jedi .. _autocomplete-python: https://atom.io/packages/autocomplete-python .. _SourceLair: https://www.sourcelair.com .. _GNOME Builder: https://wiki.gnome.org/Apps/Builder/