Fix slide refactoring and broken links - Issue #17#20
Merged
jeremymanning merged 1 commit intomainfrom Dec 28, 2025
Merged
Conversation
This commit addresses all three requirements from Issue #17: 1. **Temporal ordering of lectures (first 3 weeks)**: - Fixed Week 1: Reordered to Mon→Wed→Thu (X-hour)→Fri - Fixed Week 2: Reordered to Mon→Wed→Thu (X-hour)→Fri - Fixed Week 3: Reordered to Mon→Wed→Thu (X-hour)→Fri - Added X-hour demos with links to interactive notebooks 2. **Automated slide compilation (PDF and HTML)**: - Updated GitHub Actions workflow to compile ALL .tex files - Added Jupyter notebook to HTML conversion for X-hour demos - Created HTML viewers for all PDF slides - Workflow now handles individual lecture files (lecture1.tex, etc.) - Supports both xelatex and pdflatex for maximum compatibility 3. **Automated syllabus PDF compilation**: - Integrated syllabus.md → syllabus.pdf compilation into workflow - Uses pandoc with xelatex (fallback to pdflatex) - Supports Berkeley Mono font when available - Syllabus automatically deployed to GitHub Pages **Additional improvements**: - Updated slide links in syllabus to point to specific lecture files - Fixed all broken links to use GitHub Pages URLs - Created comprehensive index page for all slides and X-hour materials - Workflow triggers on changes to .tex, .ipynb, and syllabus.md files All slides, notebooks, and syllabus will now be automatically compiled and deployed to GitHub Pages when changes are pushed to main branch. Closes #17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit addresses all three requirements from Issue #17:
Temporal ordering of lectures (first 3 weeks):
Automated slide compilation (PDF and HTML):
Automated syllabus PDF compilation:
Additional improvements:
All slides, notebooks, and syllabus will now be automatically compiled
and deployed to GitHub Pages when changes are pushed to main branch.
Closes #17