books: move Scheidegger to the top, pair the DP volumes on row two - #254
Merged
Conversation
Implements jstac's suggestion in #253: Volume II has been out long enough to take off its NEW badge, Simon Scheidegger's Deep Learning book moves to the top-left slot, and the two Dynamic Programming volumes now sit together on the second row of the 2-column grid, Volume I on the left and Volume II on the right. Resulting order: Deep Learning (1, new), Quant Macro Finance (2, new), DP Volume I (3), DP Volume II (4), Economic Networks (5). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
✅ Deploy Preview for grand-swan-ca5201 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Reorders entries on the Jekyll /books page by adjusting _projects/* front matter so the “Deep Learning…” book appears first, and the two Dynamic Programming volumes appear together on the second row, while also removing the “NEW” badge from Dynamic Programming Volume II.
Changes:
- Set
order: 1fordeep-learning.mdto move it to the top of the books grid. - Swap
ordervalues so Dynamic Programming Volume I (order: 3) and Volume II (order: 4) appear adjacent on the second row. - Remove
new: truefromdp-vol2.mdto drop the NEW label.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
_projects/deep-learning.md |
Moves the Deep Learning book to the top via order: 1. |
_projects/dp.md |
Updates ordering so DP Volume I becomes the left item on row 2. |
_projects/dp-vol2.md |
Updates ordering to pair with Volume I and removes the NEW badge. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Implements @jstac's suggestion following #253: take the NEW label off Dynamic Programming Volume II, push Simon Scheidegger's Deep Learning book to the top, and place the two DP books together on the second row — Volume I on the left, Volume II on the right.
The books page renders a 2-column grid on desktop, so the new
ordervalues map to rows as follows:Only frontmatter changes:
orderswaps in three files, plus removal ofnew: truefrom Volume II.🤖 Generated with Claude Code