Report: Suite doc format 17/35217/1
authorTibor Frank <tifrank@cisco.com>
Fri, 4 Feb 2022 09:47:56 +0000 (10:47 +0100)
committerTibor Frank <tifrank@cisco.com>
Fri, 4 Feb 2022 09:47:56 +0000 (10:47 +0100)
Change-Id: Ia2fb6c72d07ad008c36ff0ecd76b9dcd8b4abab4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_files.py

index 0228858..a828c4b 100644 (file)
@@ -203,15 +203,7 @@ def file_details_split(file_spec, input_data, frmt=u"rst"):
                 for idx, tbl_file in enumerate(table_lst):
                     if suite[u"name"] in tbl_file:
                         chapters[chapter_l1][chapter_l2][nic][u"tables"].append(
                 for idx, tbl_file in enumerate(table_lst):
                     if suite[u"name"] in tbl_file:
                         chapters[chapter_l1][chapter_l2][nic][u"tables"].append(
-                            (
-                                table_lst.pop(idx),
-                                suite[u"doc"].replace(u'"', u"'").
-                                replace(u'\n', u' ').
-                                replace(u'\r', u'').
-                                replace(u'*[', u'\n\n - *[').
-                                replace(u"*", u"**").
-                                replace(u'\n\n - *[', u' - *[', 1)
-                            )
+                            (table_lst.pop(idx), suite[u"doc"])
                         )
                         break
     titles = {
                         )
                         break
     titles = {