aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2016-02-11 13:57:03 +0000
committerMartin Klozik <martinx.klozik@intel.com>2016-02-11 14:07:09 +0000
commit149abb6a80337e36237674d0936dbd6600cb818f (patch)
treeefa678ddbb910f714b8f6f3ff8986f1220c7da16
parent18ff28682b0c2a000af61c628046749ab7a1434e (diff)
bugfix: Blank lines are required to join RST templates
Blank lines are required to correctly join multiple RST templates. Otherwise their text will be merged into one paragraph and formatting tags will be ignored. Change-Id: I6885019f7af2fd2201b9f30496d78200a0432e8e JIRA: VSPERF-181 Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
-rw-r--r--tools/report/report_rst.jinja4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/report/report_rst.jinja b/tools/report/report_rst.jinja
index 7f513fc4..9daa009a 100644
--- a/tools/report/report_rst.jinja
+++ b/tools/report/report_rst.jinja
@@ -86,3 +86,7 @@ marked unknown as they are not values retrieved from the external tester
(traffic generator). They were incorrectly derived in a way that made assumptions
about packet sizes, as such they have been deprecated from vsperf and marked as
unknown. They will be resolved in the next release.
+
+.. There must be blank lines around to ensure correct formatting.
+
+