Skip to content

Conversation

@baogorek
Copy link
Collaborator

Summary

  • Fixed dollar sign escaping in markdown files (intro.md, methodology.md, policy-options.md, simulation-version.md) for proper rendering
  • Added missing administrative targets count (2,813) to methodology section
  • Reorganized enhancement section in methodology with numbered structure for clarity
  • Updated simulation version metadata with specific commit hash and corrected analysis period and dataset details
  • Code cleanup

Test plan

  • Verify Jupyter Book builds successfully
  • Check that all dollar signs render correctly in the built documentation
  • Confirm formatting in methodology and policy options sections displays properly
  • Validate all links and cross-references work

🤖 Generated with Claude Code

baogorek and others added 4 commits November 20, 2025 12:38
MyST was interpreting dollar signs as LaTeX math delimiters, causing
"$6,000" and "$75k/$150k" to render incorrectly. Escaped all dollar
signs with backslashes in Option 7 descriptions.

Also reorganized Potential Enhancements section to match 1-4 numbering
of Behavioral Modeling Limitations for easier cross-referencing.

Fixes:
- intro.md: Option 7 bullet point
- policy-options.md: Reform code docstring and explanation
- methodology.md: Reordered enhancements 1-4

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Escaped all dollar signs with backslashes throughout policy-options.md to
prevent MyST from interpreting them as LaTeX math delimiters.

Fixed:
- Current Law Baseline: \$25k, \$32k, \$34k, \$44k, \$6,000
- Option 2: \$0 threshold
- Option 3: \$6,000 deduction
- Option 4: \$500 credit, \$5,000/\$10,000/\$10k amounts in example table
- Option 7: Already fixed in previous commit
- Option 8: \$0 threshold

All dollar amounts now render correctly in the built documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
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