book/quarto/_extensions/README.md
This directory contains Quarto extensions used by the MLSysBook project.
Some extensions in this directory are HEAVILY CUSTOMIZED and should NEVER be reinstalled using quarto add.
Before installing or updating any extension, ALWAYS check for:
.CUSTOM_LOCK files in extension directories-mlsysbook-custom_extension.yml filesIf you accidentally overwrote a custom extension:
# Check what changed
git status
# Restore from git if needed
git checkout HEAD -- book/_extensions/EXTENSION_NAME/
# Run protection check
python tools/scripts/check_custom_extensions.py
For complete details, see: CUSTOM_EXTENSIONS.md
When in doubt, DON'T reinstall - ask the team first!