mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-29 00:59:07 -05:00
Fix table formatting issues in privacy_security and responsible_ai chapters that were causing pre-commit validation failures. The changes ensure proper column widths, alignment, and content spacing. Changes: - Fix adversarial knowledge spectrum table spacing in privacy_security.qmd - Restructure practitioner decision framework table in responsible_ai.qmd for improved readability by consolidating deployment contexts into clear single-line entries with examples in parentheses - Change table header from 'Context' to 'Deployment Context' for clarity - Correct typos: 'aconservative' to 'conservative' - Remove extra spacing throughout table cells - Update codespell ignore list - Auto-format index.qmd All tables now pass pre-commit validation checks with proper bolding, alignment, and column spacing.