Add overview lectures to website (closes #18) - #19
Conversation
Adds an "Overview Lectures" section to the landing page linking the two high-level lecture PDFs that cover both volumes. PDFs are mirrored from book-dp2/presentation/ as build artifacts; long-term source-of-truth is tracked in book-dp2. Closes #18 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for resonant-pie-f0089d ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Adds an “Overview Lectures” section to the landing page so the two project-wide lecture PDFs are discoverable in a dedicated spot (between About and Table of Contents), consistent with the intent described in issue #18.
Changes:
- Adds a new “Overview Lectures” section on
website/index.html. - Adds two buttons linking to
lecture1.pdfandlecture2.pdfunderpdf/via the repo’s existing GitHub raw URL pattern.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Per review on #19: section reads better between ToC and Download than above ToC. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@jstac this PR adds a section below the Table of Contents and above Downloads.
|
|
@jstac I have opened https://github.com/QuantEcon/book-dp2/issues/153 to fix the auto-sync from book-dp2. Alternatively, would you like to move the presentations here? I think not -- sync -- because all other sources of truth are based in book-dp2 and book-dp1 |
|
Thanks @mmcky , no need for autosync on those lectures. I doubt they will change. |

Summary
lecture1.pdfandlecture2.pdfinto pdf/ as build artifacts (initial copy frombook-dp2/presentation/).book-dp2to wire these into the existingsync.ymlso future updates propagate automatically, and to make a final call on source-of-truth.Resolves the interim placement question raised in #18 without waiting for the broader MyST migration / website re-jig.
Test plan
website/index.htmllocally and confirm the Overview Lectures section appears below Aboutmain(raw GitHub URLs become live)Closes #18
🤖 Generated with Claude Code