[cake_eating_problem] Correct section heading capitalizations per QuantEcon style guide#570
Merged
[cake_eating_problem] Correct section heading capitalizations per QuantEcon style guide#570
Conversation
Applied Title Rule #2 which states: "Capitalize ONLY the first word and proper nouns in all other headings" Changes made (10 violations fixed): 1. "The Model" → "The model" (line 48) 2. "Trade-Off" → "Trade-off" (line 118) 3. "The Value Function" → "The value function" (line 148) 4. "The Bellman Equation" → "The Bellman equation" (line 155) 5. "An Analytical Solution" → "An analytical solution" (line 202) 6. "The Optimal Policy" → "The optimal policy" (line 252) 7. "The Euler Equation" → "The Euler equation" (line 312) 8. "Statement and Implications" → "Statement and implications" (line 326) 9. "Derivation I: A Perturbation Approach" → "Derivation I: a perturbation approach" (line 379) 10. "Derivation II: Using the Bellman Equation" → "Derivation II: using the Bellman equation" (line 447) Note: "Bellman" and "Euler" remain capitalized as they are proper nouns (mathematicians' names)
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request standardizes section heading capitalization in the cake eating problem lecture to conform to the QuantEcon style guide. The changes implement Title Rule 2, which requires capitalizing only the first word and proper nouns in headings.
- Corrected capitalization of 10 section headings throughout the document
- Applied consistent lowercase formatting while preserving proper nouns (Bellman, Euler)
- Maintained readability and professional presentation standards
HumphreyYang
approved these changes
Aug 25, 2025
Member
HumphreyYang
left a comment
There was a problem hiding this comment.
Thanks @longye-tian, looks great to me!
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.
Hi @mmcky @HumphreyYang
That's all the changes made to cake_eating_problem.md.
Applied Title Rule 2 which states: "Capitalize ONLY the first word and proper nouns in all other headings"
Changes made (10 violations fixed):
Note: "Bellman" and "Euler" remain capitalized as they are proper nouns (mathematicians' names)