File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,6 @@ notebooks:
46
46
@if [ -f " $( DEST_DIR_NB) /code_samples/quickstart_customer_churn_full_suite.ipynb" ]; then mv $(DEST_DIR_NB ) /code_samples/quickstart_customer_churn_full_suite.ipynb $(DEST_DIR_NB ) /quickstart_customer_churn_full_suite.ipynb; fi
47
47
@echo " Zip up notebooks.zip ..."
48
48
@zip -r notebooks.zip $(DEST_DIR_NB ) > /dev/null 2>&1
49
- # This line fixes text casing in Quarto when notebooks are embedded via wildcard
50
- @echo "Renaming code_samples/nlp_and_llm to fix Quarto sidebar ..."
51
- @if [ -d "$(DEST_DIR_NB)/code_samples/nlp_and_llm" ]; then mv $(DEST_DIR_NB)/code_samples/nlp_and_llm $(DEST_DIR_NB)/code_samples/NLP_and_LLM; fi
52
-
53
49
54
50
# Make Python library docs & copy them over
55
51
python-docs :
You can’t perform that action at this time.
0 commit comments