diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-08-02 11:34:42 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-08-02 12:37:32 +0200 |
commit | bbcaa22c4425c32c3e3d2bcde434cdefc6b9a992 (patch) | |
tree | 79744d45bf4b5cb937f57d93fc9982605ded1e91 /resources/tools/report_gen/run_plot.py | |
parent | 1a65bb060fb464ea0113ec082af66fce481c7773 (diff) |
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 <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/report_gen/run_plot.py')
-rw-r--r-- | resources/tools/report_gen/run_plot.py | 1 |
1 files changed, 1 insertions, 0 deletions
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( |