diff options
author | C.A.M. Gerlach <WIDEnetServices@gmail.com> | 2018-07-30 01:45:21 -0500 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-07-30 08:45:21 +0200 |
commit | 1e03ef9b6f692ac1c0004b76e430c0c96351d554 (patch) | |
tree | f8f386393dc8573eea457312373fc2cd70c5b8fd /doc | |
parent | 436508032373c9c6a876a042c0ab36ede8fc8f63 (diff) | |
download | pylint-git-1e03ef9b6f692ac1c0004b76e430c0c96351d554.tar.gz |
Update Spyder links and short description in IDE integration doc (#2361)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user_guide/ide-integration.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/user_guide/ide-integration.rst b/doc/user_guide/ide-integration.rst index 2d2a3d6d1..809eaef89 100644 --- a/doc/user_guide/ide-integration.rst +++ b/doc/user_guide/ide-integration.rst @@ -21,10 +21,11 @@ Pylint is integrated in: - `Visual Studio`_, see the `Python > Run PyLint` command on a project's context menu. - Eric_ IDE, see the `Project > Check` menu, - - Spyder_, see http://packages.python.org/spyder/pylint.html, + - Spyder_, see the `View -> Panes -> Static code analysis` pane and + its `corresponding documentation <https://docs.spyder-ide.org/pylint.html>`_. - pyscripter_, see the `Tool -> Tools` menu. - `Visual Studio Code`_, see the `Preferences -> Settings` menu. - + .. _Emacs: http://www.gnu.org/software/emacs/ .. _Vim: http://www.vim.org/ .. _Visual Studio: https://www.visualstudio.com/ @@ -35,7 +36,7 @@ Pylint is integrated in: .. _Komodo: http://www.activestate.com/Products/Komodo/ .. _gedit: https://wiki.gnome.org/Apps/Gedit .. _WingIDE: http://www.wingware.com/ -.. _spyder: http://code.google.com/p/spyderlib/ +.. _spyder: https://www.spyder-ide.org/ .. _PyCharm: http://www.jetbrains.com/pycharm/ .. _TextMate: http://macromates.com .. _Visual Studio Code: https://code.visualstudio.com/ |