summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-15 14:20:51 +0200
committerGitHub <noreply@github.com>2022-05-15 14:20:51 +0200
commit52138e9abfd2d3453bd653a8854fd69a19873573 (patch)
treeb231c8fa4e6e5ebd7c22d53d82e798f4dea87dcd /doc/faq.rst
parent39f95c0815b03eadba6b0ce4f1769a3ea59bed5f (diff)
downloadpylint-git-52138e9abfd2d3453bd653a8854fd69a19873573.tar.gz
[Doc] Create a contact section and cleanup the introduction (#6613)
* Add a mechanism for redirection * Upgrade cache so the new requirements are properly installed Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst48
1 files changed, 4 insertions, 44 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 21398c175..fbdccd4c3 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -6,29 +6,13 @@
Frequently Asked Questions
==========================
-1. About Pylint
-===============
-
-1.1 What is Pylint?
---------------------
-
-Pylint is a `static code checker`_, meaning it can analyse your code without
-actually running it. Pylint checks for errors, tries to enforce a coding
-standard, and tries to enforce a coding style.
-
-.. _`static code checker`: https://en.wikipedia.org/wiki/Static_code_analysis
-
-
-2. Installation
-===============
-
-2.1 How do I install Pylint?
-----------------------------
+How do I install Pylint?
+------------------------
Everything should be explained on :ref:`installation`.
-2.2 What kind of versioning system does Pylint use?
----------------------------------------------------
+What kind of versioning system does Pylint use?
+-----------------------------------------------
Pylint uses git. To get the latest version of Pylint from the repository, simply invoke ::
@@ -36,20 +20,6 @@ Pylint uses git. To get the latest version of Pylint from the repository, simply
.. _git: https://git-scm.com/
-2.3 What are Pylint's dependencies?
------------------------------------
-
-Pylint depends on astroid_ and a couple of other packages.
-See the following section for details on what versions of Python are
-supported.
-
-.. _`astroid`: https://github.com/PyCQA/astroid
-
-2.4 What versions of Python is Pylint supporting?
--------------------------------------------------
-
-The supported running environment since Pylint 2.14.0 is Python 3.7.2+.
-
3. Running Pylint
=================
@@ -303,13 +273,3 @@ Pylint, you can set ``evaluation`` to the above expression to get the new
behavior. Likewise, since negative values are still technically supported,
``evaluation`` can be set to a version of the above expression that does not
enforce a floor of zero.
-
-6.2 I think I found a bug in Pylint. What should I do?
--------------------------------------------------------
-
-Read :ref:`Bug reports, feedback`
-
-6.3 I have a question about Pylint that isn't answered here.
-------------------------------------------------------------
-
-Read :ref:`Mailing lists`