Re: [dpdk-dev] [PATCH 1/3] doc: set alignments in NIC overview table

2017-02-24 Thread Thomas Monjalon
2017-02-23 12:51, Mcnamara, John: > On a related note, a while ago we looked at rotating the text of the NICs > to make the table slightly more readable. Me too I've looked at it while ago. > I've attached an example. > > It might be nice to add this as well, if it doesn't interfere with the oth

Re: [dpdk-dev] [PATCH 1/3] doc: set alignments in NIC overview table

2017-02-23 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, February 20, 2017 9:27 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/3] doc: set alignments in NIC overview table > > Some CSS alignments were not

Re: [dpdk-dev] [PATCH 1/3] doc: set alignments in NIC overview table

2017-02-23 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, February 20, 2017 9:27 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/3] doc: set alignments in NIC overview table > > Some CSS alignments were not

[dpdk-dev] [PATCH 1/3] doc: set alignments in NIC overview table

2017-02-20 Thread Thomas Monjalon
Some CSS alignments were not explicitly set. The pointer is also set to default for the table. Signed-off-by: Thomas Monjalon --- doc/guides/nics/overview.rst | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/guides/nics/overview.rst b/doc/guides/nics/overview.rst in