summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst22
-rw-r--r--doc/index.rst9
-rw-r--r--doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.pngbin0 -> 4069 bytes
-rw-r--r--doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.pngbin0 -> 7070 bytes
-rw-r--r--doc/support.rst17
5 files changed, 43 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 95a08bced..44b58311b 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,24 @@ README for Pylint - http://pylint.pycqa.org/
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
+.. |tideliftlogo| image:: doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png
+ :width: 75
+ :height: 60
+ :alt: Tidelift
+
+.. list-table::
+ :widths: 10 100
+
+ * - |tideliftlogo|
+ - Professional support for pylint is available as part of the `Tidelift
+ Subscription`_. Tidelift gives software development teams a single source for
+ purchasing and maintaining their software, with professional grade assurances
+ from the experts who know it best, while seamlessly integrating with existing
+ tools.
+
+.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-pylint?utm_source=pypi-pylint&utm_medium=referral&utm_campaign=readme
+
+
======
Pylint
======
@@ -65,7 +83,7 @@ If you want to install from a source distribution, extract the tarball and run
the following command ::
python setup.py install
-
+
Do make sure to do the same for astroid, which is used internally by pylint.
@@ -113,5 +131,3 @@ The icon files are licensed under the `CC BY-SA 4.0 <https://creativecommons.org
- `doc/logo.png <doc/logo.png>`_
- `doc/logo.svg <doc/logo.svg>`_
-
-
diff --git a/doc/index.rst b/doc/index.rst
index 57e194eef..1e70943d1 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -2,6 +2,12 @@
Pylint User Manual
==================
+Pylint is a tool that checks for errors in Python code, tries to enforce a
+coding standard and looks for code smells. It can also look for certain type
+errors, it can recommend suggestions about how particular blocks can be
+refactored and can offer you details about the code's complexity.
+
+
.. toctree::
:maxdepth: 2
:titlesonly:
@@ -16,6 +22,5 @@ Pylint User Manual
faq
backlinks
+ support
whatsnew/index.rst
-
-
diff --git a/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png b/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png
new file mode 100644
index 000000000..317dc4d98
--- /dev/null
+++ b/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png
Binary files differ
diff --git a/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png b/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png
new file mode 100644
index 000000000..53b9c0fc3
--- /dev/null
+++ b/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png
Binary files differ
diff --git a/doc/support.rst b/doc/support.rst
new file mode 100644
index 000000000..33f740379
--- /dev/null
+++ b/doc/support.rst
@@ -0,0 +1,17 @@
+Support
+-------
+
+.. image:: media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png
+ :width: 100
+ :height: 150
+ :alt: Tidelift
+ :align: left
+ :class: tideliftlogo
+
+Professional support for pylint is available as part of the `Tidelift
+Subscription`_. Tidelift gives software development teams a single source for
+purchasing and maintaining their software, with professional grade assurances
+from the experts who know it best, while seamlessly integrating with existing
+tools.
+
+.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-pylint?utm_source=pypi-pylint&utm_medium=referral&utm_campaign=readme