From 1b8f130354e7d896f724b5fde8c3825f843c5dec Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauld.mccarthy@gmail.com>
Date: Tue, 25 Apr 2017 12:32:38 +0100
Subject: [PATCH] More contribution update

---
 doc/contributing.rst | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/contributing.rst b/doc/contributing.rst
index c8a56c1ec..7803bffc4 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -68,10 +68,16 @@ Coding conventions
  - Clear and accurate documentation is good
 
 
-Configure your text editor to use [pylint](https://www.pylint.org/) and
-[flake8](http://flake8.pycqa.org/en/latest/).
+Configure your text editor to use:
 
-The following violations of the PEP8 standard are accepted (see
+ - [flake8](http://flake8.pycqa.org/en/latest/): This checks your code for adherence
+   to the [PEP8](https://www.python.org/dev/peps/pep-0008/) coding standard.
+   
+ - [pylint](https://www.pylint.org/): This checks that your code follows other
+   good conventions.
+
+Because I like whitespace and vertical alignment more than PEP8 does, the
+following violations of the PEP8 standard are accepted (see
 [here](https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes)
 for a list of error codes):
 
-- 
GitLab