Skip to content

Commit ca78f9b

Browse files
committed
tested topic links
Topic/subsection links were added to the Table of Contents for chapter "General Theorems".
1 parent e31c8c5 commit ca78f9b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

I/ToC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ title: "Table of Contents"
1414

1515
1. <p id="Probability theory">Probability theory</p>
1616

17-
1.1. Random experiments <br>
17+
1.1. <p id="Random experiments">Random experiments</p> <br>
1818
&emsp;&ensp; 1.1.1. *[Random experiment](/D/rexp)* <br>
1919
&emsp;&ensp; 1.1.2. *[Sample space](/D/samp-spc)* <br>
2020
&emsp;&ensp; 1.1.3. *[Event space](/D/eve-spc)* <br>
2121
&emsp;&ensp; 1.1.4. *[Probability space](/D/prob-spc)* <br>
2222
&emsp;&ensp; 1.1.5. *[Measured data](/D/data)* <br>
2323

24-
1.2. Random variables <br>
24+
1.2. <p id="Random variables">Random variables</p> <br>
2525
&emsp;&ensp; 1.2.1. *[Random event](/D/reve)* <br>
2626
&emsp;&ensp; 1.2.2. *[Random variable](/D/rvar)* <br>
2727
&emsp;&ensp; 1.2.3. *[Random vector](/D/rvec)* <br>
@@ -31,7 +31,7 @@ title: "Table of Contents"
3131
&emsp;&ensp; 1.2.7. *[Univariate vs. multivariate](/D/rvar-uni)* <br>
3232
&emsp;&ensp; 1.2.8. *[independent and identically distributed](/D/iid)* <br>
3333

34-
1.3. Probability <br>
34+
1.3. <p id="Probability">Probability</p> <br>
3535
&emsp;&ensp; 1.3.1. *[Probability](/D/prob)* <br>
3636
&emsp;&ensp; 1.3.2. *[Joint probability](/D/prob-joint)* <br>
3737
&emsp;&ensp; 1.3.3. *[Marginal probability](/D/prob-marg)* <br>

_layouts/definition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="post-title">Definition: {{ page.title }}</h1>
1616
<a href="https://StatProofBook.github.io">The Book of Statistical Proofs</a> &#x25B7;
1717
<a href="https://statproofbook.github.io/I/ToC#{{ page.chapter }}">{{ page.chapter }}</a> &#x25B7;
1818
<a href="https://statproofbook.github.io/I/ToC#{{ page.section }}">{{ page.section }}</a> &#x25B7;
19-
{{ page.topic }} &#x25B7;
19+
<a href="https://statproofbook.github.io/I/ToC#{{ page.topic }}">{{ page.topic }}</a> &#x25B7;
2020
{{ page.definition }} <br><br>
2121

2222
<!-- Definition -->

_layouts/proof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h1 class="post-title">Proof: {{ page.title }}</h1>
1616
<a href="https://StatProofBook.github.io">The Book of Statistical Proofs</a> &#x25B7;
1717
<a href="https://statproofbook.github.io/I/ToC#{{ page.chapter }}">{{ page.chapter }}</a> &#x25B7;
1818
<a href="https://statproofbook.github.io/I/ToC#{{ page.section }}">{{ page.section }}</a> &#x25B7;
19-
{{ page.topic }} &#x25B7;
19+
<a href="https://statproofbook.github.io/I/ToC#{{ page.topic }}">{{ page.topic }}</a> &#x25B7;
2020
{{ page.theorem }} <br><br>
2121

2222
<!-- Theorem & Proof -->

0 commit comments

Comments
 (0)