Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Thomas Monjalon
18/07/2019 08:24, Nicolas Chautru: > Some machine (like on dpdk.org) may fail to build the prog guide PDF because > of the complex table inserted in the bbdev chapter. > > Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations") > > Signed-off-by: Nicolas Chautru > --- > --- a/doc/gu

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Thomas Monjalon
18/07/2019 16:59, Chautru, Nicolas: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > >18/07/2019 15:33, Chautru, Nicolas: > >> From: Thomas Monjalon [mailto:tho...@monjalon.net] > >> >Anyway all the documentation about the API details should be removed. > >> >The guide is expected to give an

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Chautru, Nicolas
From: Thomas Monjalon [mailto:tho...@monjalon.net] >18/07/2019 16:43, Chautru, Nicolas: >> From: Thomas Monjalon [mailto:tho...@monjalon.net] >> >3 comments above the change of references: >> > >> >- there are a lot more, please search for the word "section" >> >> All the ones I could see are sim

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Thomas Monjalon
18/07/2019 16:51, Chautru, Nicolas: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > >About the tables, there are simpler syntax in RsT: > >http://docutils.sourceforge.net/docs/user/rst/quickref.html#tables > > To be honest, I cannot see the problem with the current format which is > follo

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Thomas Monjalon
18/07/2019 16:43, Chautru, Nicolas: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > >3 comments above the change of references: > > > >- there are a lot more, please search for the word "section" > > All the ones I could see are similar to "as per 3GPP TS 38.212 section 5.2.2" > which is

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Chautru, Nicolas
From: Thomas Monjalon [mailto:tho...@monjalon.net] >18/07/2019 15:33, Chautru, Nicolas: >> From: Thomas Monjalon [mailto:tho...@monjalon.net] >> >Anyway all the documentation about the API details should be removed. >> >The guide is expected to give an understanding of the whole design, not >> >r

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Chautru, Nicolas
From: Thomas Monjalon [mailto:tho...@monjalon.net] >18/07/2019 08:24, Nicolas Chautru: >> Some machine (like on dpdk.org) may fail to build the prog guide PDF because >> of the complex table inserted in the bbdev chapter. >> >> Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations")

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Chautru, Nicolas
From: Thomas Monjalon [mailto:tho...@monjalon.net] >3 comments above the change of references: > >- there are a lot more, please search for the word "section" All the ones I could see are similar to "as per 3GPP TS 38.212 section 5.2.2" which is does not refer to a section within DPDK documentat

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Thomas Monjalon
18/07/2019 08:24, Nicolas Chautru: > Some machine (like on dpdk.org) may fail to build the prog guide PDF because > of the complex table inserted in the bbdev chapter. > > Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations") > > Signed-off-by: Nicolas Chautru Thanks for the quic

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Thomas Monjalon
18/07/2019 08:24, Nicolas Chautru: > -Figure 13.1 above showing the Turbo encoding of CBs using BBDEV > +Figure :numref:`figure_turbo_tb_encode` above showing the Turbo encoding of > CBs using BBDEV > interface in TB-mode is also valid for LDPC encode. [...] > -Figure 13.2 above showing the Turbo

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Thomas Monjalon
18/07/2019 15:33, Chautru, Nicolas: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > >Anyway all the documentation about the API details should be removed. > >The guide is expected to give an understanding of the whole design, not > >replacing the details maintained in the doxygen comments.

Re: [dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Chautru, Nicolas
From: Thomas Monjalon [mailto:tho...@monjalon.net] >Some machine (like on dpdk.org) may fail to build the prog guide PDF because >of the complex table inserted in the bbdev chapter. > >Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations") >Cc: nicolas.chau...@intel.com > >Signed-off

[dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-18 Thread Nicolas Chautru
Some machine (like on dpdk.org) may fail to build the prog guide PDF because of the complex table inserted in the bbdev chapter. Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations") Signed-off-by: Nicolas Chautru --- doc/guides/prog_guide/bbdev.rst | 32 -

[dpdk-dev] [PATCH] doc: fix PDF build of bbdev prog guide

2019-07-17 Thread Thomas Monjalon
Some machine (like on dpdk.org) may fail to build the prog guide PDF because of the complex table inserted in the bbdev chapter. Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations") Cc: nicolas.chau...@intel.com Signed-off-by: Thomas Monjalon --- Anyway all the documentation about

Re: [dpdk-dev] [PATCH] doc: fix PDF build in octeontx2 guide

2019-07-10 Thread Thomas Monjalon
> > The unicode characters to draw the debugfs tree may fail with some Latex > > distributions. > > These characters are replaced with some ASCII equivalents. > > > > Fixes: 14ad4f018453 ("doc: add Marvell OCTEON TX2 platform guide") > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Jerin Ja

Re: [dpdk-dev] [PATCH] doc: fix PDF build in octeontx2 guide

2019-07-10 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, July 10, 2019 3:32 PM > To: Jerin Jacob Kollanukkaran ; Nithin Kumar > Dabilpuram ; Vamsi Krishna Attunuru > ; John McNamara ; > Marko Kovacevic > Cc: dev@dpdk.org > Subject: [PATCH] doc: fix PDF build in octeontx2 guide > >

[dpdk-dev] [PATCH] doc: fix PDF build in octeontx2 guide

2019-07-10 Thread Thomas Monjalon
The unicode characters to draw the debugfs tree may fail with some Latex distributions. These characters are replaced with some ASCII equivalents. Fixes: 14ad4f018453 ("doc: add Marvell OCTEON TX2 platform guide") Signed-off-by: Thomas Monjalon --- doc/guides/platform/octeontx2.rst | 96 +++

Re: [dpdk-dev] [PATCH] doc: fix PDF build

2019-07-10 Thread Thomas Monjalon
09/07/2019 18:53, Ferruh Yigit: > On 7/9/2019 2:11 PM, Thomas Monjalon wrote: > > The command "make doc-guides-pdf" is failing because > > there are more than 1500 lines in the file MAINTAINERS > > which is included in the contributing guide. > > > > We are facing the issue mentioned in this comme

Re: [dpdk-dev] [PATCH] doc: fix PDF build

2019-07-09 Thread Ferruh Yigit
On 7/9/2019 2:11 PM, Thomas Monjalon wrote: > The command "make doc-guides-pdf" is failing because > there are more than 1500 lines in the file MAINTAINERS > which is included in the contributing guide. > > We are facing the issue mentioned in this comment: > https://github.com/sphinx-doc/sphinx/i

[dpdk-dev] [PATCH] doc: fix PDF build

2019-07-09 Thread Thomas Monjalon
The command "make doc-guides-pdf" is failing because there are more than 1500 lines in the file MAINTAINERS which is included in the contributing guide. We are facing the issue mentioned in this comment: https://github.com/sphinx-doc/sphinx/issues/3099#issuecomment-256440704 Anyway the file MAINT

Re: [dpdk-dev] [PATCH] doc: fix pdf build

2018-11-04 Thread Thomas Monjalon
02/11/2018 17:31, Mcnamara, John: > From: Kovacevic, Marko > > PDF build was failing in the howto guides found the weird character > > causing the issue > > Acked-by: John McNamara Applied, thanks

Re: [dpdk-dev] [PATCH] doc: fix pdf build

2018-11-02 Thread Kovacevic, Marko
All appreciations can be shown here Thomas :) https://mobro.co/13793316 And had help from John :) > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, November 2, 2018 4:44 PM > To: Kovacevic, Marko > Cc: dev@dpdk.org; Mcnamara, John ; > ciara.po...@i

Re: [dpdk-dev] [PATCH] doc: fix pdf build

2018-11-02 Thread Thomas Monjalon
02/11/2018 14:38, Marko Kovacevic: > PDF build was failing in the howto guides > found the weird character causing the issue [...] > -* Python ≥ 2.5 > +* Python >= 2.5 I spent some time on it and gave up. You are my hero :)

Re: [dpdk-dev] [PATCH] doc: fix pdf build

2018-11-02 Thread Mcnamara, John
> -Original Message- > From: Kovacevic, Marko > Sent: Friday, November 2, 2018 1:38 PM > To: dev@dpdk.org > Cc: Mcnamara, John ; tho...@monjalon.net; > Kovacevic, Marko ; ciara.po...@intel.com > Subject: [PATCH] doc: fix pdf build > > PDF build was failing in the howto guides found the wei

Re: [dpdk-dev] [PATCH] doc: fix pdf build

2018-11-02 Thread Ferruh Yigit
On 11/2/2018 1:38 PM, Marko Kovacevic wrote: > PDF build was failing in the howto guides > found the weird character causing the issue > > Fixes: 6e9270eab112 ("doc: add telemetry how-to") > Cc: ciara.po...@intel.com > > Signed-off-by: Marko Kovacevic Tested-by: Ferruh Yigit

[dpdk-dev] [PATCH] doc: fix pdf build

2018-11-02 Thread Marko Kovacevic
PDF build was failing in the howto guides found the weird character causing the issue Fixes: 6e9270eab112 ("doc: add telemetry how-to") Cc: ciara.po...@intel.com Signed-off-by: Marko Kovacevic --- doc/guides/howto/telemetry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [dpdk-dev] [PATCH] doc: fix PDF build

2018-08-08 Thread Thomas Monjalon
> > The SVG images must be referenced without their extension, > > because it is converted to PNG for PDF. > > > > Fixes: 54c4cbb6ccf1 ("doc: add graphics to bbdev guide") > > > > Signed-off-by: Thomas Monjalon > > --- > > Acked-by: Amr Mokhtar > > Thanks! Applied

Re: [dpdk-dev] [PATCH] doc: fix PDF build

2018-08-08 Thread Mokhtar, Amr
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday 8 August 2018 22:25 > To: Mokhtar, Amr > Cc: De Lara Guarch, Pablo ; Kovacevic, > Marko ; Mcnamara, John > ; dev@dpdk.org > Subject: [PATCH] doc: fix PDF build > > The SVG images must be referenc

[dpdk-dev] [PATCH] doc: fix PDF build

2018-08-08 Thread Thomas Monjalon
The SVG images must be referenced without their extension, because it is converted to PNG for PDF. Fixes: 54c4cbb6ccf1 ("doc: add graphics to bbdev guide") Signed-off-by: Thomas Monjalon --- doc/guides/prog_guide/bbdev.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/

[dpdk-dev] [PATCH] doc: fix pdf build warning

2015-10-26 Thread Thomas Monjalon
> > Fix a pdf doc build warning where a link wasn't recognised: > > > > doc/guides/contributing/documentation.rst:: > > WARNING: unusable reference target found: inkscape.org > > > > Signed-off-by: John McNamara > > Acked-by: Harry van Haaren Applied, thanks

[dpdk-dev] [PATCH] doc: fix pdf build warning

2015-10-23 Thread Van Haaren, Harry
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of John McNamara > Sent: Monday, October 12, 2015 1:55 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] doc: fix pdf build warning > > Fix a pdf doc build warning where a link wasn't recognised: > >

[dpdk-dev] [PATCH] doc: fix pdf build warning

2015-10-12 Thread John McNamara
Fix a pdf doc build warning where a link wasn't recognised: doc/guides/contributing/documentation.rst:: WARNING: unusable reference target found: inkscape.org Signed-off-by: John McNamara --- doc/guides/contributing/documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletio