From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 90272B5FD for ; Mon, 16 Feb 2015 15:23:43 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 16 Feb 2015 06:23:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,587,1418112000"; d="scan'208";a="686368630" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga002.jf.intel.com with ESMTP; 16 Feb 2015 06:23:41 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by IRSMSX106.ger.corp.intel.com ([169.254.8.235]) with mapi id 14.03.0195.001; Mon, 16 Feb 2015 14:23:40 +0000 From: "Iremonger, Bernard" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 4/5] doc: Refactored split cell formatting in one table Thread-Index: AQHQP7tpYlbV1WPI802T+8OnqeEXSZzzaLnA Date: Mon, 16 Feb 2015 14:23:39 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C2049E801B@IRSMSX108.ger.corp.intel.com> References: <1421255657-19521-1-git-send-email-john.mcnamara@intel.com> <1422972678-7982-1-git-send-email-john.mcnamara@intel.com> <1422972678-7982-5-git-send-email-john.mcnamara@intel.com> In-Reply-To: <1422972678-7982-5-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-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 v4 4/5] doc: Refactored split cell formatting in one table 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: Mon, 16 Feb 2015 14:23:44 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > Sent: Tuesday, February 3, 2015 2:11 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v4 4/5] doc: Refactored split cell formatting = in one table >=20 > Refactored split cell in test_pipeline table to allow it to convert clean= ly to PDF. >=20 > The Sphinx/Latex converter doesn't handle split cells like the > following: >=20 > +-------------+--------------+ > | Header 1 | Header 2 | > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D+ > | | | > | | | > +-------------+ | > | | | > | | | > +-------------+--------------+ >=20 > Instead the table was refactored to a simpler format: >=20 > +-------------+--------------+ > | Header 1 | Header 2 | > +=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D+=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D+ > | | | > | | | > +-------------+--------------+ > | | | > | | | > +-------------+--------------+ >=20 > The same information was retained in the table. >=20 > Signed-off-by: John McNamara Acked-by: Bernard Iremonger