DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] PDF guides broken
@ 2018-10-29  3:37 Thomas Monjalon
  2018-10-29 20:22 ` Dan Gora
  2018-10-30  9:07 ` Kovacevic, Marko
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Monjalon @ 2018-10-29  3:37 UTC (permalink / raw)
  To: john.mcnamara, marko.kovacevic; +Cc: dev

Hi,

The command make-guides-pdf fails currently (18.11-rc1).
There is probably a subtle syntax error in one of the RST file.

Please, who wants to look at the issue and fix it?

Thank you

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] PDF guides broken
  2018-10-29  3:37 [dpdk-dev] PDF guides broken Thomas Monjalon
@ 2018-10-29 20:22 ` Dan Gora
  2018-10-30  9:07 ` Kovacevic, Marko
  1 sibling, 0 replies; 4+ messages in thread
From: Dan Gora @ 2018-10-29 20:22 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: John McNamara, Marko Kovacevic, dev, Natalie Samsonov

It looks like it's choking on a figure in the mvpp2.rst file:

guides/nics/mvpp2.rst:.. figure:: img/mvpp2_tm.svg

Reverting commit 0ba610ca1d178cbeedba6e033ee399dfe773801e fixes it.

This fixes it too:

diff --git a/doc/guides/nics/mvpp2.rst b/doc/guides/nics/mvpp2.rst
index 59fa0e10d..10303a1c1 100644
--- a/doc/guides/nics/mvpp2.rst
+++ b/doc/guides/nics/mvpp2.rst
@@ -644,7 +644,7 @@ Node which has a parent is called a leaf whereas
node without
parent is called a non-leaf (root).
MVPP2 PMD supports two level hierarchy where level 0 represents ports
and level 1 represents tx queues of a given port.

-.. figure:: img/mvpp2_tm.svg
+.. figure:: img/mvpp2_tm.*



On Mon, Oct 29, 2018 at 12:38 AM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> Hi,
>
> The command make-guides-pdf fails currently (18.11-rc1).
> There is probably a subtle syntax error in one of the RST file.
>
> Please, who wants to look at the issue and fix it?
>
> Thank you
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] PDF guides broken
  2018-10-29  3:37 [dpdk-dev] PDF guides broken Thomas Monjalon
  2018-10-29 20:22 ` Dan Gora
@ 2018-10-30  9:07 ` Kovacevic, Marko
  2018-10-30  9:42   ` Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Kovacevic, Marko @ 2018-10-30  9:07 UTC (permalink / raw)
  To: Thomas Monjalon, Mcnamara, John; +Cc: dev

I'll try and find it and send up a fix.

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Monday, October 29, 2018 3:38 AM
> To: Mcnamara, John <john.mcnamara@intel.com>; Kovacevic, Marko
> <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org
> Subject: PDF guides broken
> 
> Hi,
> 
> The command make-guides-pdf fails currently (18.11-rc1).
> There is probably a subtle syntax error in one of the RST file.
> 
> Please, who wants to look at the issue and fix it?
> 
> Thank you
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dpdk-dev] PDF guides broken
  2018-10-30  9:07 ` Kovacevic, Marko
@ 2018-10-30  9:42   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2018-10-30  9:42 UTC (permalink / raw)
  To: Kovacevic, Marko; +Cc: Mcnamara, John, dev, Dan Gora

30/10/2018 10:07, Kovacevic, Marko:
> I'll try and find it and send up a fix.

It's already fixed by Dan Gora :)

It is again a .svg reference in .rst.
We could add an automatic check for this.


> > -----Original Message-----
> > From: Thomas Monjalon [mailto:thomas@monjalon.net]
> > Sent: Monday, October 29, 2018 3:38 AM
> > To: Mcnamara, John <john.mcnamara@intel.com>; Kovacevic, Marko
> > <marko.kovacevic@intel.com>
> > Cc: dev@dpdk.org
> > Subject: PDF guides broken
> > 
> > Hi,
> > 
> > The command make-guides-pdf fails currently (18.11-rc1).
> > There is probably a subtle syntax error in one of the RST file.
> > 
> > Please, who wants to look at the issue and fix it?
> > 
> > Thank you
> > 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-30  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-29  3:37 [dpdk-dev] PDF guides broken Thomas Monjalon
2018-10-29 20:22 ` Dan Gora
2018-10-30  9:07 ` Kovacevic, Marko
2018-10-30  9:42   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).