Adding PIB Energy Calculations to portal#29
Conversation
ACT-CMS Lesson Portal — PR check✅ All checks passed. Your lesson validates and the portal pages render correctly. It's ready to merge once a maintainer approves. See |
|
I think this is ready. But the file name of the .yaml got weird and has both .yml and .yaml... but seems to work on my end.... @jchen0506 |
jchen0506
left a comment
There was a problem hiding this comment.
The file extension needs to be .yml, not .yaml — please rename Particle-in-a-box-energy-calculations.yml.yaml to end in just .yml. The build only picks up *.yml files, so otherwise it will skip this lesson entirely and the page won't render on the site.
Also, the filename (minus .yml) is used to build the link to the instructor-materials folder, and GitHub paths are case-sensitive. So the filename needs to match the instructor-materials folder name exactly (e.g. Particle-in-A-Box-Energy-Calculations), or that link will break on the site.
|
|
||
| # REQUIRED: Include at least one URL (preferably both) | ||
| # Direct link to notebook file on GitHub | ||
| github_url: "https://github.com/act-cms/your-lesson-repo/blob/main/01-intro.ipynb" |
There was a problem hiding this comment.
Placeholder your-lesson-repo needs to be replaced to your own repo
| # Direct link to notebook file on GitHub | ||
| github_url: "https://github.com/act-cms/your-lesson-repo/blob/main/01-intro.ipynb" | ||
| # Google Colab launch link (recommended for accessibility) | ||
| colab_url: "https://colab.research.google.com/github/act-cms/your-lesson-repo/blob/main/colab-notebooks/01-intro.ipynb" |
No description provided.