You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Correct section heading capitalizations per QuantEcon style guide (#570)
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)
0 commit comments