Conversation
WalkthroughThis PR updates documentation formatting infrastructure and applies consistent indentation across all markdown files. The Makefile's Estimated code review effort🎯 2 (Simple) | ⏱️ ~10-15 minutes Rationale: While the diff spans many files (15+), the changes are highly homogeneous and repetitive—primarily indentation adjustments with no logic, control flow, or functional modifications. The tooling changes in Makefile and pyproject.toml are straightforward additions. Review focus is on verifying consistency and formatting correctness rather than analyzing varied logic patterns.
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (16)
🧰 Additional context used📓 Path-based instructions (1)docs/**/*.md📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (12)📓 Common learnings📚 Learning: 2025-12-02T14:30:08.757ZApplied to files:
📚 Learning: 2025-12-02T14:30:08.757ZApplied to files:
📚 Learning: 2025-06-16T10:28:07.434ZApplied to files:
📚 Learning: 2025-05-28T17:41:57.460ZApplied to files:
📚 Learning: 2025-12-02T14:30:08.757ZApplied to files:
📚 Learning: 2025-12-02T14:30:08.757ZApplied to files:
📚 Learning: 2025-12-02T14:30:08.757ZApplied to files:
📚 Learning: 2025-12-02T14:30:08.757ZApplied to files:
📚 Learning: 2025-12-02T14:30:08.757ZApplied to files:
📚 Learning: 2025-12-02T14:30:08.757ZApplied to files:
📚 Learning: 2025-12-02T14:30:08.757ZApplied to files:
🪛 LanguageTooldocs/getting-started/multimodal-data.md[style] ~168-~168: Using many exclamation marks might seem excessive (in this case: 15 exclamation marks for a text that’s 2747 characters long) (EN_EXCESSIVE_EXCLAMATION) 🔇 Additional comments (15)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description:
mdformat-mkdocsto thedocsextra so mdformat respects MkDocs admonitions and image attributes.docs-formattarget to run mdformat with default wrap (keep) across README and docs.uv.lockto capture the new docs dependency.