Skip to content

Commit 3cd2c40

Browse files
Move ide integration to the installation section
1 parent 5ed9650 commit 3cd2c40

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

doc/user_guide/ide-integration.rst

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,3 @@
1-
.. _ide-integration:
2-
3-
###########################
4-
Editor and IDE integration
5-
###########################
6-
7-
To use Pylint with:
8-
9-
- Emacs_, see https://www.emacswiki.org/emacs/PythonProgrammingInEmacs,
10-
- Vim_, see https://www.vim.org/scripts/script.php?script_id=891,
11-
- `Visual Studio`_, see https://docs.microsoft.com/visualstudio/python/code-pylint,
12-
- Eclipse_ and PyDev_, see https://www.pydev.org/manual_adv_pylint.html,
13-
- Komodo_, see https://mateusz.loskot.net/post/2006/01/15/running-pylint-from-komodo/,
14-
- gedit_, see https://launchpad.net/gedit-pylint-2 or https://wiki.gnome.org/Apps/Gedit/PylintPlugin,
15-
- WingIDE_, see https://wingware.com/doc/warnings/external-checkers,
16-
- PyCharm_, see :ref:`the section below <pylint_in_pycharm>`,
17-
- TextMate_, see :ref:`the section below <pylint_in_textmate>`
18-
- `Visual Studio Code`_, see https://code.visualstudio.com/docs/python/linting,
19-
- `Visual Studio Code`_ Pylint Extension see, https://marketplace.visualstudio.com/items?itemName=ms-python.pylint,
20-
- `Visual Studio`_, see https://docs.microsoft.com/en-us/visualstudio/python/linting-python-code,
21-
- `Jupyter Notebook`_, see https://github.com/nbQA-dev/nbQA,
22-
23-
Pylint is integrated in:
24-
25-
- `Visual Studio`_, see the `Python > Run PyLint` command on a project's context menu.
26-
- Eric_ IDE, see the `Project > Check` menu,
27-
- Spyder_, see the `View -> Panes -> Static code analysis` pane and
28-
its `corresponding documentation <https://docs.spyder-ide.org/current/panes/pylint.html>`_.
29-
- pyscripter_, see the `Tool -> Tools` menu.
30-
- `Visual Studio Code`_, see the `Preferences -> Settings` menu.
31-
32-
.. _Emacs: https://www.gnu.org/software/emacs/
33-
.. _Vim: https://www.vim.org/
34-
.. _Visual Studio: https://visualstudio.microsoft.com/
35-
.. _Eclipse: https://www.eclipse.org/
36-
.. _Eric: https://eric-ide.python-projects.org/
37-
.. _pyscripter: https://github.com/pyscripter/pyscripter
38-
.. _pydev: https://www.pydev.org/
39-
.. _Komodo: https://www.activestate.com/products/komodo-ide/
40-
.. _gedit: https://wiki.gnome.org/Apps/Gedit
41-
.. _WingIDE: https://www.wingware.com/
42-
.. _spyder: https://www.spyder-ide.org/
43-
.. _PyCharm: https://www.jetbrains.com/pycharm/
44-
.. _TextMate: https://macromates.com
45-
.. _Visual Studio Code: https://code.visualstudio.com/
46-
.. _Jupyter Notebook: https://jupyter.org/
47-
481
Using Pylint through Flymake in Emacs
492
=====================================
503

doc/user_guide/installation.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,50 @@ with an up-to-date pylint even if python 3.5 is past enf of life (EOL).
2222
If a newer version does not work for you, we do not maintain pylint for EOL python,
2323
so the best available pylint might be an old version that works with your old interpreter but
2424
without the bug fixes and feature of latest pylints.
25+
26+
27+
Editor integration
28+
------------------
29+
30+
.. _ide-integration:
31+
32+
To use Pylint with:
33+
34+
- Emacs_, see https://www.emacswiki.org/emacs/PythonProgrammingInEmacs,
35+
- Vim_, see https://www.vim.org/scripts/script.php?script_id=891,
36+
- `Visual Studio`_, see https://docs.microsoft.com/visualstudio/python/code-pylint,
37+
- Eclipse_ and PyDev_, see https://www.pydev.org/manual_adv_pylint.html,
38+
- Komodo_, see https://mateusz.loskot.net/post/2006/01/15/running-pylint-from-komodo/,
39+
- gedit_, see https://launchpad.net/gedit-pylint-2 or https://wiki.gnome.org/Apps/Gedit/PylintPlugin,
40+
- WingIDE_, see https://wingware.com/doc/warnings/external-checkers,
41+
- PyCharm_, see :ref:`the section below <pylint_in_pycharm>`,
42+
- TextMate_, see :ref:`the section below <pylint_in_textmate>`
43+
- `Visual Studio Code`_, see https://code.visualstudio.com/docs/python/linting,
44+
- `Visual Studio Code`_ Pylint Extension see, https://marketplace.visualstudio.com/items?itemName=ms-python.pylint,
45+
- `Visual Studio`_, see https://docs.microsoft.com/en-us/visualstudio/python/linting-python-code,
46+
- `Jupyter Notebook`_, see https://github.com/nbQA-dev/nbQA,
47+
48+
Pylint is integrated in:
49+
50+
- `Visual Studio`_, see the `Python > Run PyLint` command on a project's context menu.
51+
- Eric_ IDE, see the `Project > Check` menu,
52+
- Spyder_, see the `View -> Panes -> Static code analysis` pane and
53+
its `corresponding documentation <https://docs.spyder-ide.org/current/panes/pylint.html>`_.
54+
- pyscripter_, see the `Tool -> Tools` menu.
55+
- `Visual Studio Code`_, see the `Preferences -> Settings` menu.
56+
57+
.. _Emacs: https://www.gnu.org/software/emacs/
58+
.. _Vim: https://www.vim.org/
59+
.. _Visual Studio: https://visualstudio.microsoft.com/
60+
.. _Eclipse: https://www.eclipse.org/
61+
.. _Eric: https://eric-ide.python-projects.org/
62+
.. _pyscripter: https://github.com/pyscripter/pyscripter
63+
.. _pydev: https://www.pydev.org/
64+
.. _Komodo: https://www.activestate.com/products/komodo-ide/
65+
.. _gedit: https://wiki.gnome.org/Apps/Gedit
66+
.. _WingIDE: https://www.wingware.com/
67+
.. _spyder: https://www.spyder-ide.org/
68+
.. _PyCharm: https://www.jetbrains.com/pycharm/
69+
.. _TextMate: https://macromates.com
70+
.. _Visual Studio Code: https://code.visualstudio.com/
71+
.. _Jupyter Notebook: https://jupyter.org/

0 commit comments

Comments
 (0)