From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 56E525A6B for ; Fri, 27 May 2016 16:56:04 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 27 May 2016 07:56:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,374,1459839600"; d="scan'208";a="709857778" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by FMSMGA003.fm.intel.com with ESMTP; 27 May 2016 07:56:02 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 27 May 2016 15:56:02 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by irsmsx155.ger.corp.intel.com ([169.254.14.34]) with mapi id 14.03.0248.002; Fri, 27 May 2016 15:56:01 +0100 From: "Mcnamara, John" To: "dev@dpdk.org" Thread-Topic: [PATCH v1] doc: add pep8 as the python code style guidelines Thread-Index: AQHRuCcoTREsL2nwxUOigmyYnWF7bJ/M305Q Date: Fri, 27 May 2016 14:56:01 +0000 Message-ID: References: <1464360642-2695-1-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1464360642-2695-1-git-send-email-john.mcnamara@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTBlNmI1MzYtMWNhOS00YjUxLWFjMGMtNDVlMDFlNDEzZWYyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkNTT3FLb0VZcUFEekNvNzZmcXoxekxjbVlCdnZ3NmN0TVJJaU44UHllM289In0= x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] doc: add pep8 as the python code style guidelines X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 14:56:07 -0000 > -----Original Message----- > From: Mcnamara, John > Sent: Friday, May 27, 2016 3:51 PM > To: dev@dpdk.org > Cc: Mcnamara, John > Subject: [PATCH v1] doc: add pep8 as the python code style guidelines >=20 > Added PEP8 to the DPDK Coding Style guidelines to cover Python > contributions to DPDK. >=20 > Signed-off-by: John McNamara > --- > doc/guides/contributing/coding_style.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git a/doc/guides/contributing/coding_style.rst > b/doc/guides/contributing/coding_style.rst > index ad1392d..df64aad 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 > +~~~~~~~~~~~ Self-nack. Wrong section level.