Skip to content

Commit 68b199f

Browse files
apartsinclaude
andcommitted
Fix syllabus navigation: remove onclick blockers, add link indicators
- Add clickable links to all 132 lesson titles in index.html - Wrap 28 module headers in links to module index pages - Rename "Syllabus" to "Book Index" across all chapter files Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41f1126 commit 68b199f

30 files changed

Lines changed: 228 additions & 224 deletions

File tree

capstone/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1>End-to-End LLM System</h1>
161161

162162
<nav class="chapter-nav">
163163
<a href="../part-7-production-strategy/module-27-strategy-product-roi/index.html">&larr; Previous: Module 27</a>
164-
<a href="../index.html">&uarr; Syllabus</a>
164+
<a href="../index.html">&uarr; Book Index</a>
165165
<span style="color: #999;">Final Project</span>
166166
</nav>
167167

@@ -272,7 +272,7 @@ <h3>Deliverable Summary</h3>
272272

273273
<footer>
274274
<p>LLM Course &copy; 2025. Capstone Project.
275-
<br><a href="../index.html">Back to Syllabus</a></p>
275+
<br><a href="../index.html">Back to Book Index</a></p>
276276
</footer>
277277

278278
</body>

index.html

Lines changed: 164 additions & 160 deletions
Large diffs are not rendered by default.

part-1-foundations/module-00-ml-pytorch-foundations/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>ML &amp; PyTorch Foundations</h1>
151151

152152
<nav class="chapter-nav">
153153
<span class="disabled">← Previous Module</span>
154-
<a href="../../index.html">Syllabus</a>
154+
<a href="../../index.html">Book Index</a>
155155
<a href="../module-01-foundations-nlp-text-representation/index.html">Next: Module 01 →</a>
156156
</nav>
157157

@@ -249,15 +249,15 @@ <h3>Prerequisites</h3>
249249

250250
<nav class="chapter-nav">
251251
<span class="disabled">← Previous Module</span>
252-
<a href="../../index.html">Syllabus</a>
252+
<a href="../../index.html">Book Index</a>
253253
<a href="../module-01-foundations-nlp-text-representation/index.html">Next: Module 01 →</a>
254254
</nav>
255255

256256
</div>
257257

258258
<footer>
259259
<p>Building Conversational AI using LLM and Agents</p>
260-
<p><a href="../../index.html">← Back to Syllabus</a></p>
260+
<p><a href="../../index.html">← Back to Book Index</a></p>
261261
</footer>
262262

263263
</body>

part-1-foundations/module-01-foundations-nlp-text-representation/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>Foundations of NLP &amp; Text Representation</h1>
151151

152152
<nav class="chapter-nav">
153153
<a href="../module-00-ml-pytorch-foundations/index.html">&larr; Module 00</a>
154-
<a href="../../index.html">&uarr; Syllabus</a>
154+
<a href="../../index.html">&uarr; Book Index</a>
155155
<a href="../module-02-tokenization-subword-models/index.html">Next: Module 02 &rarr;</a>
156156
</nav>
157157

@@ -254,15 +254,15 @@ <h3>Prerequisites</h3>
254254

255255
<nav class="chapter-nav">
256256
<a href="../module-00-ml-pytorch-foundations/index.html">&larr; Module 00</a>
257-
<a href="../../index.html">&uarr; Syllabus</a>
257+
<a href="../../index.html">&uarr; Book Index</a>
258258
<a href="../module-02-tokenization-subword-models/index.html">Next: Module 02 &rarr;</a>
259259
</nav>
260260

261261
</div>
262262

263263
<footer>
264264
<p>Building Conversational AI using LLM and Agents</p>
265-
<p><a href="../../index.html">&larr; Back to Syllabus</a></p>
265+
<p><a href="../../index.html">&larr; Back to Book Index</a></p>
266266
</footer>
267267

268268
</body>

part-1-foundations/module-02-tokenization-subword-models/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>Tokenization &amp; Subword Models</h1>
151151

152152
<nav class="chapter-nav">
153153
<a href="../module-01-foundations-nlp-text-representation/index.html">&larr; Previous: Module 01</a>
154-
<a href="../../index.html">&uarr; Syllabus</a>
154+
<a href="../../index.html">&uarr; Book Index</a>
155155
<a href="../module-03-sequence-models-attention/index.html">Next: Module 03 &rarr;</a>
156156
</nav>
157157

@@ -242,15 +242,15 @@ <h3>Prerequisites</h3>
242242

243243
<nav class="chapter-nav">
244244
<a href="../module-01-foundations-nlp-text-representation/index.html">&larr; Previous: Module 01</a>
245-
<a href="../../index.html">&uarr; Syllabus</a>
245+
<a href="../../index.html">&uarr; Book Index</a>
246246
<a href="../module-03-sequence-models-attention/index.html">Next: Module 03 &rarr;</a>
247247
</nav>
248248

249249
</div>
250250

251251
<footer>
252252
<p>Building Conversational AI using LLM and Agents</p>
253-
<p><a href="../../index.html">&larr; Back to Syllabus</a></p>
253+
<p><a href="../../index.html">&larr; Back to Book Index</a></p>
254254
</footer>
255255

256256
</body>

part-1-foundations/module-03-sequence-models-attention/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>Sequence Models &amp; the Attention Mechanism</h1>
151151

152152
<nav class="chapter-nav">
153153
<a href="../module-02-tokenization-subword-models/index.html">&larr; Module 02: Tokenization</a>
154-
<a href="../../index.html">&uarr; Syllabus</a>
154+
<a href="../../index.html">&uarr; Book Index</a>
155155
<a href="../module-04-transformer-architecture/index.html">Next: Module 04 &rarr;</a>
156156
</nav>
157157

@@ -245,7 +245,7 @@ <h2 style="margin-bottom: 1rem; font-size: 1.2rem;">Sections</h2>
245245
<p>
246246
<a href="../module-02-tokenization-subword-models/index.html">&larr; Module 02</a>
247247
&nbsp; | &nbsp;
248-
<a href="../../index.html">Syllabus</a>
248+
<a href="../../index.html">Book Index</a>
249249
&nbsp; | &nbsp;
250250
<a href="../module-04-transformer-architecture/index.html">Module 04 &rarr;</a>
251251
</p>

part-1-foundations/module-04-transformer-architecture/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h1>The Transformer Architecture</h1>
160160

161161
<nav class="chapter-nav">
162162
<a href="../module-03-sequence-models-attention/index.html">&larr; Module 03</a>
163-
<a href="../../index.html">&uarr; Syllabus</a>
163+
<a href="../../index.html">&uarr; Book Index</a>
164164
<a href="../module-05-decoding-text-generation/index.html">Module 05 &rarr;</a>
165165
</nav>
166166

@@ -282,7 +282,7 @@ <h2 style="margin-bottom: 1rem; font-size: 1.2rem;">Sections</h2>
282282
</div>
283283

284284
<footer>
285-
<p>LLM Course &copy; 2025. <a href="../../index.html">Back to Syllabus</a></p>
285+
<p>LLM Course &copy; 2025. <a href="../../index.html">Back to Book Index</a></p>
286286
</footer>
287287

288288
</body>

part-1-foundations/module-05-decoding-text-generation/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>Decoding Strategies &amp; Text Generation</h1>
151151

152152
<nav class="chapter-nav">
153153
<a href="../module-04-transformer-architecture/index.html">&larr; Previous: Module 04</a>
154-
<a href="../../index.html">&uarr; Syllabus</a>
154+
<a href="../../index.html">&uarr; Book Index</a>
155155
<a href="../../part-2-understanding-llms/module-06-pretraining-scaling-laws/index.html">Next: Module 06 &rarr;</a>
156156
</nav>
157157

@@ -252,15 +252,15 @@ <h3>Prerequisites</h3>
252252

253253
<nav class="chapter-nav">
254254
<a href="../module-04-transformer-architecture/index.html">&larr; Previous: Module 04</a>
255-
<a href="../../index.html">&uarr; Syllabus</a>
255+
<a href="../../index.html">&uarr; Book Index</a>
256256
<a href="../../part-2-understanding-llms/module-06-pretraining-scaling-laws/index.html">Next: Module 06 &rarr;</a>
257257
</nav>
258258

259259
</div>
260260

261261
<footer>
262262
<p>Building Conversational AI using LLM and Agents</p>
263-
<p><a href="../../index.html">&larr; Back to Syllabus</a></p>
263+
<p><a href="../../index.html">&larr; Back to Book Index</a></p>
264264
</footer>
265265

266266
</body>

part-2-understanding-llms/module-06-pretraining-scaling-laws/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>Pre-training, Scaling Laws &amp; Data Curation</h1>
151151

152152
<nav class="chapter-nav">
153153
<a href="../../part-1-foundations/module-05-decoding-text-generation/index.html">&larr; Previous: Module 05</a>
154-
<a href="../../index.html">&uarr; Syllabus</a>
154+
<a href="../../index.html">&uarr; Book Index</a>
155155
<a href="../module-07-modern-llm-landscape/index.html">Next: Module 07 &rarr;</a>
156156
</nav>
157157

@@ -287,15 +287,15 @@ <h3>Prerequisites</h3>
287287

288288
<nav class="chapter-nav">
289289
<a href="../../part-1-foundations/module-05-decoding-text-generation/index.html">&larr; Previous: Module 05</a>
290-
<a href="../../index.html">&uarr; Syllabus</a>
290+
<a href="../../index.html">&uarr; Book Index</a>
291291
<a href="../module-07-modern-llm-landscape/index.html">Next: Module 07 &rarr;</a>
292292
</nav>
293293

294294
</div>
295295

296296
<footer>
297297
<p>Building Conversational AI using LLM and Agents</p>
298-
<p><a href="../../index.html">&larr; Back to Syllabus</a></p>
298+
<p><a href="../../index.html">&larr; Back to Book Index</a></p>
299299
</footer>
300300

301301
</body>

part-2-understanding-llms/module-07-modern-llm-landscape/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>Modern LLM Landscape &amp; Model Internals</h1>
151151

152152
<nav class="chapter-nav">
153153
<a href="../module-06-pretraining-scaling-laws/index.html">&larr; Previous: Module 06</a>
154-
<a href="../../index.html">&uarr; Syllabus</a>
154+
<a href="../../index.html">&uarr; Book Index</a>
155155
<a href="../module-08-inference-optimization/index.html">Next: Module 08 &rarr;</a>
156156
</nav>
157157

@@ -246,7 +246,7 @@ <h2 style="font-size: 1.3rem; margin: 2rem 0 1rem; color: var(--primary);">Secti
246246
</div>
247247

248248
<footer>
249-
<p>LLM Course &copy; 2025. <a href="../../index.html">Back to Syllabus</a></p>
249+
<p>LLM Course &copy; 2025. <a href="../../index.html">Back to Book Index</a></p>
250250
</footer>
251251

252252
</body>

0 commit comments

Comments
 (0)