Update course links and tab items for 2026#236
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Hello World “1.3 Bayesian Optimization” course page to point learners at the current (Sp/Su 2026) Canvas resources, keeping the tabbed MyST content aligned with the latest offering.
Changes:
- Replaced the “W 2024” tab with “Sp/Su 2026” for the quiz link.
- Replaced the “W 2024” tab with “Sp/Su 2026” for the assignment link.
- Updated the Canvas course/assignment URLs (including
display=full_width_with_navfor 2026).
| ":sync: w2024\n", | ||
| "https://q.utoronto.ca/courses/350933/assignments/1274178/?display=full_width\n", | ||
| ":::{tab-item} Sp/Su 2026\n", | ||
| ":sync: sp2026\n", |
There was a problem hiding this comment.
In the Assignment tab-set, the tab-item options (":sync: sp2026") are not followed by a blank line before the tab content (the URL). Other tab-items in this notebook (Quiz) and other course pages consistently include a blank line after directive options; omitting it can lead to inconsistent MyST/Sphinx parsing/rendering. Add a blank line between the :sync option and the URL for consistency and to avoid parsing issues.
Suggested change
| ":sync: sp2026\n", | |
| ":sync: sp2026\n", | |
| "\n", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.