generated from carpentries-incubator/template
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
14 changed files
with
556 additions
and
292 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,49 @@ | ||
# julia-novice-trebuchet | ||
# Programming with Julia | ||
|
||
[![Create a Slack Account with us](https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg)](https://swc-slack-invite.herokuapp.com/) | ||
[![Create a Slack Account with us][slack]](https://swc-slack-invite.herokuapp.com/) | ||
|
||
[![Our channel](https://img.shields.io/badge/juliaswc-slack_channel-orange)](https://swcarpentry.slack.com/archives/CBJ8C7NE6) | ||
[![Our channel][channel](https://swcarpentry.slack.com/archives/CBJ8C7NE6) | ||
|
||
This lesson targets people who already have some experience with (scientific) programming, but are new to julia. | ||
|
||
|
||
**Thanks for contributing to The Carpentries Incubator!** | ||
This repository provides a blank starting point for lessons to be developed here. | ||
|
||
A member of the [Carpentries Curriculum Team](https://carpentries.org/team/) | ||
will work with you to get your lesson listed on the | ||
[Community Developed Lessons page][community-lessons] | ||
and make sure you have everything you need to begin developing your new lesson. | ||
|
||
## | ||
This lesson targets people who already have some experience with (scientific) | ||
programming, but are new to Julia. | ||
|
||
## Contributing | ||
|
||
We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any | ||
questions, concerns, or experience any difficulties along the way. | ||
|
||
We'd like to ask you to familiarize yourself with our [Contribution Guide](CONTRIBUTING.md) and have a look at | ||
the [more detailed guidelines][lesson-example] on proper formatting, ways to render the lesson locally, and even | ||
how to write new episodes. | ||
We welcome all contributions to improve the lesson! Maintainers will do their | ||
best to help you if you have any questions, concerns, or experience any | ||
difficulties along the way. | ||
|
||
Please see the current list of [issues](https://github.com/carpentries-incubator/julia-novice/issues) for ideas for contributing to this | ||
repository. For making your contribution, we use the GitHub flow, which is | ||
nicely explained in the chapter [Contributing to a Project](http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) in Pro Git | ||
by Scott Chacon. | ||
Look for the tag ![good_first_issue](https://img.shields.io/badge/-good%20first%20issue-gold.svg). This indicates that the maintainers will welcome a pull request fixing this issue. | ||
We'd like to ask you to familiarize yourself with our [Contribution | ||
Guide](CONTRIBUTING.md) and have a look at the [more detailed | ||
guidelines][lesson-example] on proper formatting, ways to render the lesson | ||
locally, and even how to write new episodes. | ||
|
||
Please see the current list of [issues][issues] for ideas for contributing to | ||
this repository. For making your contribution, we use the GitHub flow, which is | ||
nicely explained in the chapter [Contributing to a Project][start] in *Pro Git* | ||
by Scott Chacon. Look for the tag ![good_first_issue][first]. This indicates | ||
that the maintainers will welcome a pull request fixing this issue. | ||
|
||
## Maintainer(s) | ||
|
||
Current maintainers of this lesson are | ||
|
||
* [Simon](https://carpentries.org/instructors/#beastyblacksmith): [@BeastyBlacksmith](https://github.com/BeastyBlacksmith) | ||
|
||
* [Simon](https://carpentries.org/instructors/#beastyblacksmith): | ||
[@BeastyBlacksmith](https://github.com/BeastyBlacksmith) | ||
|
||
## Authors | ||
|
||
A list of contributors to the lesson can be found in [AUTHORS](AUTHORS) | ||
|
||
## Citation | ||
|
||
To cite this lesson, please consult with [CITATION](CITATION) | ||
To cite this lesson, please consult [CITATION](CITATION) | ||
|
||
[cdh]: https://cdh.carpentries.org | ||
[community-lessons]: https://carpentries.org/community-lessons | ||
[lesson-example]: https://carpentries.github.io/lesson-example | ||
[slack]: https://img.shields.io/badge/Create_Slack_Account-The_Carpentries-071159.svg | ||
[channel]: https://img.shields.io/badge/juliaswc-slack_channel-orange | ||
[issues]: https://github.com/carpentries-incubator/julia-novice/issues | ||
[start]: http://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project | ||
[first]: https://img.shields.io/badge/-good%20first%20issue-gold.svg |
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
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
Oops, something went wrong.