doc: fix pdf build

Message ID 20181102133808.43842-1-marko.kovacevic@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix pdf build |

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/checkpatch success coding style OK

Commit Message

Kovacevic, Marko Nov. 2, 2018, 1:38 p.m. UTC
  PDF build was failing in the howto guides
found the weird character causing the issue

Fixes: 6e9270eab112 ("doc: add telemetry how-to")
Cc: ciara.power@intel.com

Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
---
 doc/guides/howto/telemetry.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ferruh Yigit Nov. 2, 2018, 3:17 p.m. UTC | #1
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.power@intel.com
> 
> Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>

Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
John McNamara Nov. 2, 2018, 4:31 p.m. UTC | #2
> -----Original Message-----
> From: Kovacevic, Marko
> Sent: Friday, November 2, 2018 1:38 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; thomas@monjalon.net;
> Kovacevic, Marko <marko.kovacevic@intel.com>; ciara.power@intel.com
> Subject: [PATCH] doc: fix pdf build
> 
> PDF build was failing in the howto guides found the weird character
> causing the issue

Acked-by: John McNamara <john.mcnamara@intel.com>

--
https://ie.movember.com/mospace/13843119
  
Thomas Monjalon Nov. 2, 2018, 4:44 p.m. UTC | #3
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 :)
  
Kovacevic, Marko Nov. 2, 2018, 4:47 p.m. UTC | #4
All appreciations can be shown here Thomas :)
https://mobro.co/13793316

And had help from John :)

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Friday, November 2, 2018 4:44 PM
> To: Kovacevic, Marko <marko.kovacevic@intel.com>
> Cc: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com>;
> ciara.power@intel.com
> Subject: Re: [PATCH] doc: fix pdf build
> 
> 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 :)
> 
>
  
Thomas Monjalon Nov. 4, 2018, 9:41 p.m. UTC | #5
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 <john.mcnamara@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/howto/telemetry.rst b/doc/guides/howto/telemetry.rst
index 3fcb061..00f8f7a 100644
--- a/doc/guides/howto/telemetry.rst
+++ b/doc/guides/howto/telemetry.rst
@@ -29,7 +29,7 @@  formatted in JSON and sent back to the requesting client.
 Pre-requisites
 ~~~~~~~~~~~~~~
 
-* Python ≥ 2.5
+* Python >= 2.5
 
 * Jansson library for JSON serialization