diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-01-24 12:28:43 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-02-04 12:42:13 +0000 |
commit | 9510e2ca6dbca1ab16b9db8054e9968facf4b699 (patch) | |
tree | b8ed7dae6cc6ec90940bcd881c5876758a66a028 /resources/tools/presentation/conf.py | |
parent | de778ee617ed29443bdd8dfa393a2ec4b811b1b9 (diff) |
CSIT-1397: Create Heatmap graphs
- colorscales
Change-Id: I86e72432ffa850e76aed6d061461519c5f095a1f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf.py')
-rw-r--r-- | resources/tools/presentation/conf.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 2ef414f669..58d4443d10 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -45,7 +45,8 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -project = u'FD.io CSIT-1901.04' +report_week = '06' +project = u'FD.io CSIT-1901.{week}'.format(week=report_week) copyright = u'2019, FD.io' author = u'FD.io CSIT' @@ -105,7 +106,7 @@ rst_epilog = """ .. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release} .. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes """.format(release='rls1901', - report_week='04', + report_week=report_week, prev_release='rls1810', srelease='1901', csitrelease='1901', |