X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcontributing%2Fcoding_style.rst;h=1eb67f34760585cde4947031f597c2d8186fb3af;hb=d1a220851dfafd844f543c4e24e746f90341b3a1;hp=ad1392d2e426d91a9ab6bb11dc6253a307e999ba;hpb=602dac4fa1f8552c5c787c8c5d4dddb283cf1efb;p=dpdk.git diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_style.rst index ad1392d2e4..1eb67f3476 100644 --- a/doc/guides/contributing/coding_style.rst +++ b/doc/guides/contributing/coding_style.rst @@ -685,3 +685,11 @@ Control Statements usage(); /* NOTREACHED */ } + + +Python Code +----------- + +All python code should be compliant with `PEP8 (Style Guide for Python Code) `_. + +The ``pep8`` tool can be used for testing compliance with the guidelines.