From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 11FB7F72 for ; Tue, 2 May 2017 14:26:31 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 May 2017 05:26:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,405,1488873600"; d="scan'208";a="851992926" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by FMSMGA003.fm.intel.com with ESMTP; 02 May 2017 05:26:29 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 May 2017 13:26:28 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.241]) by irsmsx112.ger.corp.intel.com ([169.254.1.61]) with mapi id 14.03.0319.002; Tue, 2 May 2017 13:26:28 +0100 From: "Mcnamara, John" To: Shreyansh Jain , "thomas@monjalon.net" CC: "dev@dpdk.org" Thread-Topic: [PATCH] doc: fix incorrect indexing Thread-Index: AQHSwziOZVwk1a/h+0iAxlnSmSMXX6Hg+Cfg Date: Tue, 2 May 2017 12:26:27 +0000 Message-ID: References: <1493725498-11224-1-git-send-email-shreyansh.jain@nxp.com> In-Reply-To: <1493725498-11224-1-git-send-email-shreyansh.jain@nxp.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGFiMDRlMDgtZGZjMS00NjRiLTlkZmItMTNlM2YzYTEwYTg5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1YUTdMSUt6ZmdFaFFqbTlIeWREUUJTVTl6dzBXK2RtRnlyV0xxRVlQZ1E9In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: fix incorrect indexing X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2017 12:26:32 -0000 > -----Original Message----- > From: Shreyansh Jain [mailto:shreyansh.jain@nxp.com] > Sent: Tuesday, May 2, 2017 12:45 PM > To: thomas@monjalon.net; Mcnamara, John > Cc: dev@dpdk.org; Shreyansh Jain > Subject: [PATCH] doc: fix incorrect indexing >=20 > Because of extra space before each list item, indexing numbers generated > by Sphinx were same. >=20 > Signed-off-by: Shreyansh Jain Acked-by: John McNamara