From 149abb6a80337e36237674d0936dbd6600cb818f Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 11 Feb 2016 13:57:03 +0000 Subject: 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 Reviewed-by: Maryam Tahhan Reviewed-by: Billy O Mahony Reviewed-by: Al Morton Reviewed-by: Brian Castelli --- tools/report/report_rst.jinja | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/report/report_rst.jinja') 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. + + -- cgit 1.2.3-korg