Skip to content

books: move Scheidegger to the top, pair the DP volumes on row two - #254

Merged
mmcky merged 1 commit into
mainfrom
books/reorder-books-dp-row
Aug 20, 2026
Merged

books: move Scheidegger to the top, pair the DP volumes on row two#254
mmcky merged 1 commit into
mainfrom
books/reorder-books-dp-row

Conversation

@mmcky

@mmcky mmcky commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

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 order values map to rows as follows:

Row Left Right
1 Deep Learning for Solving and Estimating Dynamic Models (NEW) Quant Macro Finance (NEW)
2 Dynamic Programming, Volume I Dynamic Programming, Volume II
3 Economic Networks

Only frontmatter changes: order swaps in three files, plus removal of new: true from Volume II.

🤖 Generated with Claude Code

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>
Copilot AI lite review requested due to automatic review settings August 20, 2026 01:36
@netlify

netlify Bot commented Aug 20, 2026

Copy link
Copy Markdown

Deploy Preview for grand-swan-ca5201 ready!

Name Link
🔨 Latest commit c8bd0a4
🔍 Latest deploy log https://app.netlify.com/projects/grand-swan-ca5201/deploys/6a865a1db98fe40008b0d38b
😎 Deploy Preview https://deploy-preview-254--grand-swan-ca5201.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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: 1 for deep-learning.md to move it to the top of the books grid.
  • Swap order values so Dynamic Programming Volume I (order: 3) and Volume II (order: 4) appear adjacent on the second row.
  • Remove new: true from dp-vol2.md to 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.

@mmcky
mmcky merged commit ac130a7 into main Aug 20, 2026
6 checks passed
@mmcky
mmcky deleted the books/reorder-books-dp-row branch August 20, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants