Skip to content

Commit 2e7ad9f

Browse files
authored
Makefile change (#243)
Remove lines capitalizing nlp_and_llm
1 parent 05557cc commit 2e7ad9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

site/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ notebooks:
4646
@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
4747
@echo "Zip up notebooks.zip ..."
4848
@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-
5349

5450
# Make Python library docs & copy them over
5551
python-docs:

0 commit comments

Comments
 (0)