Skip to content

Conversation

@mmcky
Copy link
Collaborator

@mmcky mmcky commented Nov 3, 2025

This PR addresses #123 by moving all solution blocks to immediately follow their corresponding exercises, adopting the standard QuantEcon exercise/solution pattern.

Changes

  • Inlined solutions: Moved all blocks to appear directly after their associated blocks in all lecture files
  • Removed separate sections: Deleted all '## Solutions' sections and interim notes about code support
  • Fixed labels: Corrected mislabeled solution targets in (changed from to )

Files modified

  • lectures/memoryless.md
  • lectures/poisson.md
  • lectures/uc_mc_semigroups.md
  • lectures/kolmogorov_bwd.md
  • lectures/generators.md
  • lectures/ergodicity.md
  • lectures/kolmogorov_fwd.md
  • lectures/markov_prop.md

Testing

A preview build will be automatically generated for this PR. Please review the rendered output to ensure:

  • All exercises are followed by their solutions
  • MyST syntax is valid
  • Code cells are properly associated with solutions
  • Cross-references work correctly

Fixes #123

- Move all solution blocks to immediately follow their corresponding exercises
- Remove separate '## Solutions' sections from all lecture files
- Fix mislabeled solution targets in generators.md (ergodicity-ex-* → generators-ex-*)
- Remove sphinx-exercise code notes that are no longer needed

Fixes #123
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

@github-actions github-actions bot temporarily deployed to pull request November 3, 2025 06:35 Inactive
@github-actions github-actions bot temporarily deployed to pull request November 3, 2025 06:44 Inactive
@mmcky
Copy link
Collaborator Author

mmcky commented Nov 3, 2025

Closing in favour of #144 -- harder to fix the Claude mistakes than manually update.

@mmcky mmcky closed this Nov 3, 2025
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.

Update Exercise and Solutions (Style)

2 participants