generated from carpentries-incubator/template
-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
add history #53
Merged
Merged
add history #53
Conversation
This file contains 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
add topic skeleton
* trebuchet-intro * variable assignment * add Unicode section * add REPL-modes * type hierarchy * add subtypes example * pkg-activate, add * Update _episodes/04-pkg.md Co-authored-by: Mosè Giordano <[email protected]> * create functions episode * first shot fired * defining functions * keyword question * change feature to control flow * add control flow and anonymous functions * add for and while loops one thing to keep in mind is that this needs FluxML/Trebuchet.jl#10 Co-authored-by: Mosè Giordano <[email protected]> Co-authored-by: Simon Christ <[email protected]>
* finish section about modules * add section about Revise * finish package section * delete 'd' * fix types challenge * fix juliahub link * fix more challenges * missing " * add if/else section * don't use type parameters * add meta information * Update _episodes/07-modules.md Co-authored-by: Mosè Giordano <[email protected]> Co-authored-by: Mosè Giordano <[email protected]>
* add better setup and run instructions * add information on exiting sticky modes * change type challange to multiple choice * add Pkg.status * mention `varinfo` * add PkgSkeleton * add example directory structure * adjust height of trebuchet * add better setup and run instructions * add information on exiting sticky modes * change type challange to multiple choice * add Pkg.status * mention `varinfo` * add PkgSkeleton * add example directory structure * adjust timings * turn keyword argument challange into multiple choice * improve challenges * add aspekt of composition * add analogy from discourse
* declare as alpha * Update README.md * fix quote
* add function * add figure of distances
* julia -> Julia, where appropriate * Lesson grammar check; remove HTML tags from MD * wrap markdown at 79 lines; fix VSCode template Very long lines render poorly on GitHub and in editors, and (perhaps more significantly) require larger blobs for git to track changes. This commit wraps lines at 79 chars, for the most part, to improve rendering, readability, and repository size. `.editorconfig` has been updated to reflect the change. In addition, the VSCode template for Challenge-and-Solution blocks was modified to insert blank lines after each title. * tidy up the README
* provide installation instructions for git-bash and julia * better clarity on input, output, and modes * clarify discussion of types * restore <kbd> tags where they were appropriate * minor tidying of pkg explanation * JH version of Trebuchet lacks shoot, docstrings, use GH instead * clarify some things about functions; revisit mode prompts * clarify control flow some * space things out a little * capitalization * 1e-1 is unintuitive, use 0.1 instead * missing codeblock types * address reviewer comments * add myself as an author * unpack multi-input block, address comments * `print` is superfluous in a REPL Co-authored-by: Simon Christ <[email protected]> Co-authored-by: Simon Christ <[email protected]>
Missing "t" results in an error.
* Update action to use main * Update lesson.yml Co-authored-by: Simon Christ <[email protected]>
Co-authored-by: Simon Christ <[email protected]>
* Create install-vscode.html * typing up instructions for windows * changing command line editor to visual studio code * fixing typos, improving command palette step * adding mac and linux instructions * updating intro sentence * typo * nano OR vscode * nano OR vscode * nano OR vscode
* add exercise to check subtyping * adding trailing bracket Co-authored-by: Kevin Bonham <[email protected]> * Update _episodes/06-control-flow.md --------- Co-authored-by: Kevin Bonham <[email protected]> Co-authored-by: Simon Christ <[email protected]>
Added a list of three steps required to complete the setup for this lesson
|
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.