forked from swcarpentry/sql-novice-survey
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request swcarpentry#323 from swcarpentry/fix-ref-links
[fix swcarpentry#322] Fix reference links and upgrade to latest version of styles
- Loading branch information
Showing
73 changed files
with
1,826 additions
and
1,039 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
indent_size = 2 | ||
indent_style = space | ||
max_line_length = 100 # Please keep this in sync with bin/lesson_check.py! | ||
|
||
[*.r] | ||
max_line_length = 80 | ||
|
||
[*.py] | ||
indent_size = 4 | ||
indent_style = space | ||
max_line_length = 79 | ||
|
||
[*.sh] | ||
end_of_line = lf | ||
|
||
[Makefile] | ||
indent_style = tab |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: [carpentries, swcarpentry, datacarpentry, librarycarpentry] | ||
custom: ["https://carpentries.wedid.it"] |
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,9 +1,21 @@ | ||
Please delete the text below before submitting your contribution. | ||
<details> | ||
<summary><strong>Instructions</strong></summary> | ||
|
||
--- | ||
Thanks for contributing! :heart: | ||
|
||
Thanks for contributing! If this contribution is for instructor training, please send an email to checkout@carpentries.org with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution. | ||
If this contribution is for instructor training, please email the link to this contribution to | ||
checkout@carpentries.org so we can record your progress. You've completed your contribution | ||
step for instructor checkout by submitting this contribution! | ||
|
||
Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact Kate Hertweck (k8hertweck@gmail.com). | ||
If this issue is about a specific episode within a lesson, please provide its link or filename. | ||
|
||
--- | ||
Keep in mind that **lesson maintainers are volunteers** and it may take them some time to | ||
respond to your contribution. Although not all contributions can be incorporated into the lesson | ||
materials, we appreciate your time and effort to improve the curriculum. If you have any questions | ||
about the lesson maintenance process or would like to volunteer your time as a contribution | ||
reviewer, please contact The Carpentries Team at team@carpentries.org. | ||
|
||
You may delete these instructions from your comment. | ||
|
||
\- The Carpentries | ||
</details> |
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,9 +1,19 @@ | ||
Please delete the text below before submitting your contribution. | ||
<details> | ||
<summary><strong>Instructions</strong></summary> | ||
|
||
--- | ||
Thanks for contributing! :heart: | ||
|
||
Thanks for contributing! If this contribution is for instructor training, please send an email to checkout@carpentries.org with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution. | ||
If this contribution is for instructor training, please email the link to this contribution to | ||
checkout@carpentries.org so we can record your progress. You've completed your contribution | ||
step for instructor checkout by submitting this contribution! | ||
|
||
Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact Kate Hertweck (k8hertweck@gmail.com). | ||
Keep in mind that **lesson maintainers are volunteers** and it may take them some time to | ||
respond to your contribution. Although not all contributions can be incorporated into the lesson | ||
materials, we appreciate your time and effort to improve the curriculum. If you have any questions | ||
about the lesson maintenance process or would like to volunteer your time as a contribution | ||
reviewer, please contact The Carpentries Team at team@carpentries.org. | ||
|
||
--- | ||
You may delete these instructions from your comment. | ||
|
||
\- The Carpentries | ||
</details> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# frozen_string_literal: true | ||
|
||
source 'https://rubygems.org' | ||
|
||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } | ||
|
||
# Synchronize with https://pages.github.com/versions | ||
ruby '>=2.5.8' | ||
|
||
gem 'github-pages', group: :jekyll_plugins |
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
Oops, something went wrong.