Skip to content

Commit

Permalink
Now that we have more graphs, place them in each individual readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenBlack committed Oct 1, 2024
1 parent 4ec61d6 commit 50ae445
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions updateReadme.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 50ae445

Please sign in to comment.