git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4ec61d6
)
Now that we have more graphs, place them in each individual readme.
author
Steven Black
<redacted>
Tue, 1 Oct 2024 21:02:28 +0000
(17:02 -0400)
committer
Steven Black
<redacted>
Tue, 1 Oct 2024 21:02:28 +0000
(17:02 -0400)
updateReadme.py
patch
|
blob
|
history
diff --git
a/updateReadme.py
b/updateReadme.py
index 4ab581ac32963c91b3bfa75f0e4f45a1c0c2b91b..68eb219d2ed382e9b2322599e89913132f8e6bc7 100755
(executable)
--- a/
updateReadme.py
+++ b/
updateReadme.py
@@
-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