diff --git a/scripts/generate_book.py b/scripts/generate_book.py index eac136b..90ed5fc 100644 --- a/scripts/generate_book.py +++ b/scripts/generate_book.py @@ -125,11 +125,11 @@ def main(): if os.path.exists(f"tutorials/intro.ipynb"): pre_process_notebook(f"tutorials/intro.ipynb") - # TA training file - if ARG == "instructor": - chapter = {'chapters': [{'file': 'tatraining/TA_Training_CN.ipynb'}]} - pre_process_notebook('tatraining/TA_Training_CN.ipynb') - toc_list += [chapter] + # TA training file (now in slite) + # if ARG == "instructor": + # chapter = {'chapters': [{'file': 'tatraining/TA_Training_CN.ipynb'}]} + # pre_process_notebook('tatraining/TA_Training_CN.ipynb') + # toc_list += [chapter] # Schedule chapter chapter = {'chapters': [{'file': 'tutorials/Schedule/schedule_intro.md', 'sections': [{'file': 'tutorials/Schedule/daily_schedules.md'}, diff --git a/scripts/generate_book_dl.py b/scripts/generate_book_dl.py index 82f7589..3757219 100644 --- a/scripts/generate_book_dl.py +++ b/scripts/generate_book_dl.py @@ -105,11 +105,11 @@ def main(): if os.path.exists("tutorials/intro.ipynb"): pre_process_notebook('tutorials/intro.ipynb') - # TA training file - if ARG == "instructor": - chapter = {'chapters': [{'file': 'tatraining/TA_Training_DL.ipynb'}]} - pre_process_notebook('tatraining/TA_Training_DL.ipynb') - toc_list += [chapter] + # # TA training file (now in slite) + # if ARG == "instructor": + # chapter = {'chapters': [{'file': 'tatraining/TA_Training_DL.ipynb'}]} + # pre_process_notebook('tatraining/TA_Training_DL.ipynb') + # toc_list += [chapter] # Schedule chapter chapter = {'chapters': [{'file': 'tutorials/Schedule/schedule_intro.md',