diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-06-29 18:51:21 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-06-29 18:51:21 +0100 |
commit | 4a3bd3e53df5ebec07b2edbf072e08b444b74b46 (patch) | |
tree | cff62d660df236b0d489f51671527ed8f2cb44c0 /README.rst | |
parent | 7a9b26b401752845b03b84aee479c370d4cbf951 (diff) | |
download | pylint-git-4a3bd3e53df5ebec07b2edbf072e08b444b74b46.tar.gz |
Add readthedocs badge.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 811e85068..5ebbaf0be 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,10 @@ README for Pylint - http://www.pylint.org/ :alt: Pypi Package version
:target: https://pypi.python.org/pypi/pylint
+.. image:: https://readthedocs.org/projects/pylint/badge/?version=latest
+ :target: http://pylint.readthedocs.io/en/latest/?badge=latest
+ :alt: Documentation Status
+
Pylint is a Python source code analyzer which looks for programming errors,
helps enforcing a coding standard and sniffs for some code smells (as defined in
Martin Fowler's Refactoring book).
|