Now that we have more graphs, place them in each individual readme.
authorSteven Black <redacted>
Tue, 1 Oct 2024 21:02:28 +0000 (17:02 -0400)
committerSteven Black <redacted>
Tue, 1 Oct 2024 21:02:28 +0000 (17:02 -0400)
updateReadme.py

index 4ab581ac32963c91b3bfa75f0e4f45a1c0c2b91b..68eb219d2ed382e9b2322599e89913132f8e6bc7 100755 (executable)
@@ -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)
 
 
git clone https://git.99rst.org/PROJECT