From bbcaa22c4425c32c3e3d2bcde434cdefc6b9a992 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 2 Aug 2017 11:34:42 +0200 Subject: CSIT-744 Update report content for proper parsing Follow the good practices for formatting. Update the content of release report RST files to use the proper directives like :cite:, :footnote:, :abbr:, :captions: etc.With these markings we will be able to format output in proper way and style it in various sphinx output builders. Change-Id: Ibbb538d43c3bd364a6acdcc990097a477f49de00 Signed-off-by: Peter Mikus --- resources/tools/report_gen/run_plot.py | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/tools/report_gen/run_plot.py') diff --git a/resources/tools/report_gen/run_plot.py b/resources/tools/report_gen/run_plot.py index 98fc2baecc..0a95396ac9 100644 --- a/resources/tools/report_gen/run_plot.py +++ b/resources/tools/report_gen/run_plot.py @@ -200,6 +200,7 @@ def main(): name=str(i+1)+'. '+suite.lower().replace('-ndrdisc',''), hoverinfo='x+y', boxpoints='outliers', + whiskerwidth=0, )) elif args.plot == 'scatter': traces.append(plgo.Scatter( -- cgit 1.2.3-korg