-
-
Notifications
You must be signed in to change notification settings - Fork 76
Small wording fixes to optional exercises #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you!Thank you for your pull request 😃 🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}. If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
Rendered Changes🔍 Inspect the changes: https://github.com/carpentries-incubator/python-intermediate-development/compare/md-outputs..md-outputs-PR-424 The following changes were observed in the rendered markdown documents: What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2025-01-30 16:09:33 +0000 |
bielsnohr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly sensible. Just a few nit-picks but otherwise good to go in.
| to customize the command line. | ||
| ## Optional Exercises | ||
|
|
||
| Have a look at [some optional exercises](17-section1-optional-exercises.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Have a look at [some optional exercises](17-section1-optional-exercises.md). | |
| Have a look at [these optional exercises](17-section1-optional-exercises.md) if you have some extra time and want to further explore these concepts. |
| ::::::::::::::::::::::::::::::::::::::: challenge | ||
|
|
||
| ## Exercise: Customize the command line | ||
| ## Exercise: Customise the command line tool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the addition of "tool" to help those less familiar with the term? Otherwise, I don't think it is ever something I have referred to as "the command line tool". I would vote for just keep "command line" because that is how we have introduced it in the course already.
| ## Exercise: Customise the command line tool | |
| ## Exercise: Customise the command line |
| ## Exercise: Customise the command line tool | ||
|
|
||
| You can customize the command line or use alternatives to `bash` to make yourself more productive. | ||
| You can customise the command line tool or use alternatives to `bash`, such as: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| You can customise the command line tool or use alternatives to `bash`, such as: | |
| You can customise the command line or use alternatives to `bash`, such as: |
steve-crouch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these @anenadic !
Auto-generated via `{sandpaper}`
Source : 2a9c7fb
Branch : md-outputs
Author : GitHub Actions <actions@github.com>
Time : 2025-04-01 09:45:29 +0000
Message : markdown source builds
Auto-generated via `{sandpaper}`
Source : 8fcaee8
Branch : main
Author : Steve Crouch <s.crouch@software.ac.uk>
Time : 2025-04-01 09:44:37 +0000
Message : Merge pull request #424 from carpentries-incubator/optinal-exercises
Small wording fixes to optional exercises
No description provided.