diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-11-12 06:53:50 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-11-12 07:20:45 +0100 |
commit | 6328731a2778c864c6372296449a55dae79cd305 (patch) | |
tree | 4bf18fa9e31954042f867b12b0b53f4f912501f1 /resources/tools/presentation/conf.py | |
parent | 77e7e83ef517bd804cbe5ff75193767c5c400581 (diff) |
Report: Add NAT44 data
- reorder NAT44 graphs
Change-Id: Ied762a85fb1ee69c7d12971e3e15822571a18451
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf.py')
-rw-r--r-- | resources/tools/presentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 9854a92515..ab4278728a 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'46' +report_week = u'47' project = u'FD.io CSIT-2009.{week}'.format(week=report_week) copyright = u'2020, FD.io' author = u'FD.io CSIT' |