> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of John McNamara > Sent: Tuesday, February 3, 2015 2:11 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v4 4/5] doc: Refactored split cell formatting in > one table > > Refactored split cell in test_pipeline table to allow it to convert cleanly > to PDF. > > The Sphinx/Latex converter doesn't handle split cells like the > following: > > +-------------+--------------+ > | Header 1 | Header 2 | > +=============+==============+ > | | | > | | | > +-------------+ | > | | | > | | | > +-------------+--------------+ > > Instead the table was refactored to a simpler format: > > +-------------+--------------+ > | Header 1 | Header 2 | > +=============+==============+ > | | | > | | | > +-------------+--------------+ > | | | > | | | > +-------------+--------------+ > > The same information was retained in the table. > > Signed-off-by: John McNamara <john.mcnamara at intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger at intel.com>