docs: efficient rebuild (#28195)

if you run `make build start` in one tab, then start editing files, you
can efficient rebuild notebooks with `make generate-files md-sync
render`
This commit is contained in:
Erick Friis
2024-11-18 14:09:16 -08:00
committed by GitHub
parent 018f4102f4
commit cbeb8601d6
2 changed files with 13 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ install-py-deps:
generate-files:
mkdir -p $(INTERMEDIATE_DIR)
cp -r $(SOURCE_DIR)/* $(INTERMEDIATE_DIR)
cp -rp $(SOURCE_DIR)/* $(INTERMEDIATE_DIR)
$(PYTHON) scripts/tool_feat_table.py $(INTERMEDIATE_DIR)