Skip to content

Commit e0ecfb0

Browse files
[doc] Link to internal document if they exists
1 parent bb93e0b commit e0ecfb0

File tree

5 files changed

+25
-13
lines changed

5 files changed

+25
-13
lines changed

doc/user_guide/ide_integration/flymake-emacs.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
.. _pylint_in_flymake:
2+
13
Using Pylint through Flymake in Emacs
24
=====================================
35

6+
.. warning::
7+
If you're reading this doc and are actually using flymake please
8+
open a support question at https://github.com/PyCQA/pylint/issues/new/choose
9+
and tell us, we don't have any maintainers for emacs and are thinking about
10+
dropping the support.
11+
12+
.. TODO 3.0, do we still need to support flymake ?
13+
414
To enable Flymake for Python, insert the following into your .emacs:
515

616
.. sourcecode:: common-lisp

doc/user_guide/ide_integration/pylint-pycharm.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
.. _pylint_in_pycharm:
2+
13
Integrate Pylint with PyCharm
24
=============================
35

4-
.. _pylint_in_pycharm:
5-
66
Install Pylint the usual way::
77

88
pip install pylint

doc/user_guide/ide_integration/textmate.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
.. _pylint_in_textmate:
2+
13
Integrate Pylint with TextMate
24
==============================
35

4-
.. _pylint_in_textmate:
5-
66
Install Pylint in the usual way::
77

88
pip install pylint

doc/user_guide/ide_integration/visual-studio-code.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
.. _visual-studio-code:
2+
13
Integrate Pylint with Visual Studio Code
24
========================================
35

6+
See external documentation:
7+
8+
- Linting python: https://code.visualstudio.com/docs/python/linting
9+
- Pylint Extension: https://marketplace.visualstudio.com/items?itemName=ms-python.pylint
10+
411
Command-line arguments and configuration files
512
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
613

doc/user_guide/installation.rst

+4-9
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ Editor integration
5050
- :ref:`Flymake <pylint_in_flymake>`
5151
- `Jupyter Notebook`_
5252
- Komodo_
53-
- PyCharm_ :ref:`the section below <pylint_in_pycharm>`
53+
- :ref:`PyCharm <pylint_in_pycharm>`
5454
- PyDev_
5555
- pyscripter_ in the `Tool -> Tools` menu.
5656
- Spyder_ in the `View -> Panes -> Static code analysis`
57-
- TextMate_ :ref:`the section below <pylint_in_textmate>`
57+
- :ref:`TextMate <pylint_in_textmate>`
5858
- Vim_
59-
- `Visual Studio`_
60-
- `Visual Studio Code`_ in the `Preferences -> Settings` menu (`Visual Studio Code Pylint Extension`_)
59+
- :ref:`Visual Studio Code <visual-studio-code>` in the `Preferences -> Settings` menu
6160
- `Visual Studio`_ in the `Python > Run PyLint` command on a project's context menu.
6261
- WingIDE_
6362

@@ -68,13 +67,9 @@ Editor integration
6867
.. _another option for gedit: https://wiki.gnome.org/Apps/Gedit/PylintPlugin
6968
.. _Jupyter Notebook: https://github.com/nbQA-dev/nbQA
7069
.. _Komodo: https://mateusz.loskot.net/post/2006/01/15/running-pylint-from-komodo/
71-
.. _PyCharm: https://www.jetbrains.com/pycharm/
72-
.. _pydev: https://www.pydev.org/
70+
.. _pydev: https://www.pydev.org/manual_adv_pylint.html
7371
.. _pyscripter: https://github.com/pyscripter/pyscripter
7472
.. _spyder: https://docs.spyder-ide.org/current/panes/pylint.html
75-
.. _TextMate: https://macromates.com
7673
.. _Vim: https://www.vim.org/scripts/script.php?script_id=891
77-
.. _Visual Studio Code: https://code.visualstudio.com/docs/python/linting
78-
.. _Visual Studio Code Pylint Extension: https://marketplace.visualstudio.com/items?itemName=ms-python.pylint
7974
.. _Visual Studio: https://docs.microsoft.com/visualstudio/python/code-pylint
8075
.. _WingIDE: https://wingware.com/doc/warnings/external-checkers

0 commit comments

Comments
 (0)