Fix intro overview: drop dangling Extensions item and renumber#3
Merged
Conversation
The intro overview listed five topics with broken numbering (1, 2, 3, 3, 3), including an "Extensions" item that has no corresponding lecture. That item referred to the schelling_shocks lecture from the IUJ workshop this tutorial derives from, which is not shipped here. Remove the Extensions bullet so the list matches the table of contents, and renumber the remaining items 1-4. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates the tutorial’s introductory overview so the “We study:” list accurately reflects the four lectures actually included in the Jupyter Book table of contents (lectures/_toc.yml), removing a dangling topic that had no corresponding chapter.
Changes:
- Removed the extra “Extensions — Making the model more realistic and studying outcomes” list item from
lectures/intro.md. - Fixed the ordered-list numbering so the overview reads cleanly as items 1–4.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
Thanks @mmcky |
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.
Summary
Docs-only fix for the
intro.mdoverview mismatch. The "We study:" list advertised five topics with broken numbering (1, 2, 3, 3, 3), but the book only ships four implementation lectures. The 5th item — "Extensions — making the model more realistic" — had no corresponding lecture.Root cause
This tutorial derives from the IUJ workshop QuantEcon/iuj_feb_2026, which has a 6th lecture,
schelling_shocks.md("Segregation with Persistent Shocks"). That lecture is the "Extensions" item. It was dropped from this repo's_toc.yml, but the bullet was left behind in the intro.Change
Removed the dangling "Extensions" bullet so the overview matches
_toc.yml, and renumbered the remaining items1-4:Per discussion, we chose to trim the intro rather than port
schelling_shocksover — keeping the tutorial as the current four-implementation arc. If we later decide to bring the shocks lecture across, that can be its own PR.🤖 Generated with Claude Code