diff options
author | pmikus <pmikus@cisco.com> | 2017-02-01 18:54:58 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-02-03 20:40:09 +0000 |
commit | 35e5a327a66c05a3356d214dcfdece59ca725998 (patch) | |
tree | a111bb1d5b9d40f358655187d5bc4a3b899b0d06 /resources/tools/report_gen/conf.py | |
parent | 6baa0bc9921bc13b1adff113c20a4db766c3feba (diff) |
CSIT 1701 report files and script AD1
CSIT 1701 report files and script addendum 1
Edits to correct and align all Overview sub-sections.
Updates in Performance CSIT Release Notes - added more NDR and PDR performance changes.
Change-Id: I52b6ee89e9c536fb4ab9d30dc27cca8dbdd88a20
Signed-off-by: pmikus <pmikus@cisco.com>
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/report_gen/conf.py')
-rw-r--r-- | resources/tools/report_gen/conf.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/resources/tools/report_gen/conf.py b/resources/tools/report_gen/conf.py index e6fb23cc66..12944e47c4 100644 --- a/resources/tools/report_gen/conf.py +++ b/resources/tools/report_gen/conf.py @@ -44,9 +44,9 @@ source_suffix = ['.rst', '.md'] master_doc = 'index' # General information about the project. -project = u'CSIT' -copyright = u'2017, fd.io' -author = u'CSIT' +project = u'FD.io CSIT' +copyright = u'2017, FD.io' +author = u'FD.io CSIT' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -158,6 +158,3 @@ texinfo_documents = [ author, 'CSIT1701report', 'One line description of project.', 'Miscellaneous'), ] - - - |