updated all sections

This commit is contained in:
Bin Yang
2021-04-12 13:45:22 -04:00
parent b0187e5702
commit 785df0d9af
4 changed files with 32 additions and 162 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def generate_wiki_per_category(output_path, update_readme: bool = True):
table_str = formatted_df.iloc[:10].to_markdown(index=False)
new_str = f"<!-- [PLACEHOLDER_START:{clean_category_name}] --> \n"
new_str += table_str
new_str += f"<!-- [PLACEHOLDER_END:{clean_category_name}] --> \n"
new_str += f"<!-- [PLACEHOLDER_END:{clean_category_name}] -->"
search_start = re.escape('<!-- [PLACEHOLDER_START:{}] -->'.format(clean_category_name))
search_end = re.escape('<!-- [PLACEHOLDER_END:{}] -->'.format(clean_category_name))