doc: add pep8 as the python code style guidelines

Added PEP8 to the DPDK Coding Style guidelines to cover Python
contributions to DPDK.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
John McNamara 2016-05-27 15:57:15 +01:00 committed by Thomas Monjalon
parent 602dac4fa1
commit d1a220851d

View File

@ -685,3 +685,11 @@ Control Statements
usage();
/* NOTREACHED */
}
Python Code
-----------
All python code should be compliant with `PEP8 (Style Guide for Python Code) <https://www.python.org/dev/peps/pep-0008/>`_.
The ``pep8`` tool can be used for testing compliance with the guidelines.