Skip to content

Commit ca2fb3e

Browse files
Fix formatting in construct_toc.py
1 parent 1b1e834 commit ca2fb3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

construct_toc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def to_roman(num):
3636
"", # Blank line
3737
"", # Blank line
3838
"**[Proofs](/P/-temp-)** are printed in **bold** – *[Definitions](/D/-temp-)* are set in *italics* <br>",
39-
"**Proofs**: [by Number](/I/PbN), [by Topic](/I/PbT) – *Definitions*: [by Number](/I/DbN), [by Topic](/D/DbT) <br>",
39+
"**Proofs**: [by Number](/I/PbN), [by Topic](/I/PbT) – *Definitions*: [by Number](/I/DbN), [by Topic](/I/DbT) <br>",
4040
"<u>Specials:</u> [General Theorems](/S/ChI), [Probability Distributions](/S/ChII), [Statistical Models](/S/ChIII), [Model Selection Criteria](/S/ChIV) <br>",
4141
"", # First <br> before Chapter I h3
4242
"", # Second <br> before Chapter I h3
@@ -106,4 +106,4 @@ def to_roman(num):
106106
with open("./I/ToC.md", 'w') as f:
107107
f.write(
108108
reconstruct_toc(md)
109-
)
109+
)

0 commit comments

Comments
 (0)