X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_files.py;h=a828c4b952c27d71a429b78aef53a87fc0ee41a6;hb=5c35ced8f373858aa8cf16e58d4dc2177a656a9b;hp=aa4392e473a7dd4bcbb6884dfcc3b813072aa5ef;hpb=c763cfcb064e4f4acf6b8309b08d3800b9bd5331;p=csit.git diff --git a/resources/tools/presentation/generator_files.py b/resources/tools/presentation/generator_files.py index aa4392e473..a828c4b952 100644 --- a/resources/tools/presentation/generator_files.py +++ b/resources/tools/presentation/generator_files.py @@ -197,21 +197,13 @@ def file_details_split(file_spec, input_data, frmt=u"rst"): if chapters[chapter_l1][chapter_l2].get(nic, None) is None: chapters[chapter_l1][chapter_l2][nic] = dict( rst_file=f"{join(table_set, chapter_l1)}_{nic}.rst". - replace(u"2n1l-", u""), + replace(u"2n1l-", u"").replace(u"1n1l-", u""), tables=list() ) 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 = {