diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-02-11 13:57:03 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-02-15 11:44:13 +0000 |
commit | 5e0a8fe0a3adddcc8e49625c951052f26a7b114a (patch) | |
tree | dea1e3ce5ce76a2956baa993901ea4f51b557a0e | |
parent | 93e247cb88629d972fd9b342d39a341a8b48126c (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.jinja | 4 |
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. + + |