Now that we have more graphs, place them in each individual readme.

This commit is contained in:
Steven Black
2024-10-01 17:02:28 -04:00
parent 4ec61d63df
commit 50ae445f4c

View File

@@ -105,14 +105,7 @@ def main():
)
line = line.replace("@TOCROWS@", toc_rows)
line = line.replace("@SOURCEROWS@", source_rows)
# insert the size graph on the home readme only, for now.
if key == "base":
line = line.replace(
"@SIZEHISTORY@", size_history_graph
)
else:
line = line.replace("@SIZEHISTORY@", "")
line = line.replace("@SIZEHISTORY@", size_history_graph)
out.write(line)