summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorC.A.M. Gerlach <WIDEnetServices@gmail.com>2018-07-30 01:45:21 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2018-07-30 08:45:21 +0200
commit1e03ef9b6f692ac1c0004b76e430c0c96351d554 (patch)
treef8f386393dc8573eea457312373fc2cd70c5b8fd /doc
parent436508032373c9c6a876a042c0ab36ede8fc8f63 (diff)
downloadpylint-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.rst7
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/