Skip to content

Commit

Permalink
update nmaci to exclude ta training
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jun 13, 2024
1 parent 94f309f commit 0e69ce7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions scripts/generate_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down
10 changes: 5 additions & 5 deletions scripts/generate_book_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0e69ce7

Please sign in to comment.