From 8eeefe7ec8425ca0bbb366f8df56a95362ec7d1d Mon Sep 17 00:00:00 2001 From: tpltnt Date: Fri, 23 Mar 2018 23:31:11 +0100 Subject: [PATCH] linked to PEP8 and style checker --- source/development/guidelines/peps.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/development/guidelines/peps.rst b/source/development/guidelines/peps.rst index b75e571d..cf7dbe39 100644 --- a/source/development/guidelines/peps.rst +++ b/source/development/guidelines/peps.rst @@ -4,4 +4,5 @@ Python PEPs For Python code the Python Enhancement Proposals (PEPs) apply. See the `Python Developer's Guide `__ for detailed -information. +information. The most basic one is `PEP8: Style Guide for Python Code `_. +Compliance with PEP8 can be checked using the `Python style guide checker `_.