git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3370975
)
doc: fix PDF build
author
Marko Kovacevic
<marko.kovacevic@intel.com>
Fri, 2 Nov 2018 13:38:08 +0000
(13:38 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sun, 4 Nov 2018 21:48:11 +0000
(22:48 +0100)
PDF build was failing in the howto guides
found the weird character causing the issue
Fixes:
6e9270eab112
("doc: add telemetry how-to")
Signed-off-by: Marko Kovacevic <marko.kovacevic@intel.com>
Tested-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/howto/telemetry.rst
patch
|
blob
|
history
diff --git
a/doc/guides/howto/telemetry.rst
b/doc/guides/howto/telemetry.rst
index
3fcb061
..
00f8f7a
100644
(file)
--- 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