Skip to content

Commit 96a97ec

Browse files
apartsinclaude
andcommitted
Fix footer nav: remove redundant up links, standardize to prev/next only
Root cause: chapter-nav had 3 links (prev/up/next) with 3 arrows, where "up" was redundant (chapter index already linked in header). For first sections, prev and up pointed to the same URL. Fix: removed all "up" links (438 files), standardized 3-line WAVE 7 footers to simple 1-line format, updated CSS grid from 3-column to 2-column layout, removed up-link CSS rules. Also moved Big Picture callout to legend section in FM conventions page. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bc5e2f4 commit 96a97ec

441 files changed

Lines changed: 2770 additions & 1394 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

appendices/appendix-a-mathematical-foundations/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ <h2>Sections</h2>
9292

9393
<nav class="chapter-nav">
9494
<a class="prev" href="../../part-10-frontiers/module-35-ai-society/section-35.9.html">The Future of Human-AI Collaboration</a>
95-
<a href="../../toc.html" class="up">Table of Contents</a>
96-
<a class="next" href="section-a.1.html">A.1 Linear Algebra Essentials</a>
95+
<a class="next" href="section-a.1.html">A.1 Linear Algebra Essentials</a>
9796
</nav>
9897

9998
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>

appendices/appendix-a-mathematical-foundations/section-a.1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ <h3>Eigenvalues and Eigenvectors</h3>
104104

105105
<nav class="chapter-nav">
106106
<a class="prev" href="index.html">Mathematical Foundations</a>
107-
<a class="up" href="index.html">Mathematical Foundations</a>
108-
<a class="next" href="section-a.2.html">A.2 Probability and Statistics</a>
107+
<a class="next" href="section-a.2.html">A.2 Probability and Statistics</a>
109108
</nav>
110109
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>
111110
</main>

appendices/appendix-a-mathematical-foundations/section-a.2.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ <h3>Expected Value and Variance</h3>
121121

122122
<nav class="chapter-nav">
123123
<a class="prev" href="section-a.1.html">A.1 Linear Algebra Essentials</a>
124-
<a class="up" href="index.html">Mathematical Foundations</a>
125-
<a class="next" href="section-a.3.html">A.3 Calculus for Machine Learning</a>
124+
<a class="next" href="section-a.3.html">A.3 Calculus for Machine Learning</a>
126125
</nav>
127126
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>
128127
</main>

appendices/appendix-a-mathematical-foundations/section-a.3.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ <h3>Common Activation Functions and Their Derivatives</h3>
131131

132132
<nav class="chapter-nav">
133133
<a class="prev" href="section-a.2.html">A.2 Probability and Statistics</a>
134-
<a class="up" href="index.html">Mathematical Foundations</a>
135-
<a class="next" href="section-a.4.html">A.4 Information Theory</a>
134+
<a class="next" href="section-a.4.html">A.4 Information Theory</a>
136135
</nav>
137136
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>
138137
</main>

appendices/appendix-a-mathematical-foundations/section-a.4.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ <h3>Mutual Information</h3>
127127

128128
<nav class="chapter-nav">
129129
<a class="prev" href="section-a.3.html">A.3 Calculus for Machine Learning</a>
130-
<a class="up" href="index.html">Mathematical Foundations</a>
131-
<a class="next" href="section-a.5.html">A.5 Connecting the Pieces</a>
130+
<a class="next" href="section-a.5.html">A.5 Connecting the Pieces</a>
132131
</nav>
133132
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>
134133
</main>

appendices/appendix-a-mathematical-foundations/section-a.5.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ <h2>What Comes Next</h2>
100100

101101
<nav class="chapter-nav">
102102
<a class="prev" href="section-a.4.html">A.4 Information Theory</a>
103-
<a class="up" href="index.html">Mathematical Foundations</a>
104-
<a class="next" href="../appendix-b-ml-essentials/index.html">Machine Learning Essentials</a>
103+
<a class="next" href="../appendix-b-ml-essentials/index.html">Machine Learning Essentials</a>
105104
</nav>
106105
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>
107106
</main>

appendices/appendix-b-ml-essentials/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ <h2>Sections</h2>
7676

7777
<nav class="chapter-nav">
7878
<a class="prev" href="../appendix-a-mathematical-foundations/section-a.5.html">A.5 Connecting the Pieces</a>
79-
<a href="../../toc.html" class="up">Table of Contents</a>
80-
<a class="next" href="section-b.1.html">B.1 Learning Paradigms</a>
79+
<a class="next" href="section-b.1.html">B.1 Learning Paradigms</a>
8180
</nav>
8281

8382
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>

appendices/appendix-b-ml-essentials/section-b.1.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ <h1>B.1 Learning Paradigms</h1>
6464

6565
<nav class="chapter-nav">
6666
<a class="prev" href="index.html">Machine Learning Essentials</a>
67-
<a class="up" href="index.html">Machine Learning Essentials</a>
68-
<a class="next" href="section-b.2.html">B.2 Loss Functions and Optimization</a>
67+
<a class="next" href="section-b.2.html">B.2 Loss Functions and Optimization</a>
6968
</nav>
7069
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>
7170
</main>

appendices/appendix-b-ml-essentials/section-b.2.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ <h3>Optimizers Quick Reference</h3>
115115

116116
<nav class="chapter-nav">
117117
<a class="prev" href="section-b.1.html">B.1 Learning Paradigms</a>
118-
<a class="up" href="index.html">Machine Learning Essentials</a>
119-
<a class="next" href="section-b.3.html">B.3 Overfitting, Regularization, and Validation</a>
118+
<a class="next" href="section-b.3.html">B.3 Overfitting, Regularization, and Validation</a>
120119
</nav>
121120
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>
122121
</main>

appendices/appendix-b-ml-essentials/section-b.3.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ <h3>Data Splitting Conventions</h3>
100100

101101
<nav class="chapter-nav">
102102
<a class="prev" href="section-b.2.html">B.2 Loss Functions and Optimization</a>
103-
<a class="up" href="index.html">Machine Learning Essentials</a>
104-
<a class="next" href="section-b.4.html">B.4 Evaluation Metrics</a>
103+
<a class="next" href="section-b.4.html">B.4 Evaluation Metrics</a>
105104
</nav>
106105
<footer><p>Fifth Edition, 2026 &middot; <a href="../../toc.html">Contents</a></p></footer>
107106
</main>

0 commit comments

Comments
 (0)