Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
swc-bb
swc-pages
2019-11-26-Potsdam-Berlin-Python
Commits
589a5bc9
Unverified
Commit
589a5bc9
authored
Feb 06, 2019
by
François Michonneau
Browse files
bring latest version of template
parents
28194dc2
ab8decae
Changes
5
Hide whitespace changes
Inline
Side-by-side
.github/ISSUE_TEMPLATE.md
View file @
589a5bc9
Please delete the text below before submitting your contribution.
Please delete
this line and
the text below before submitting your contribution.
---
...
...
.github/PULL_REQUEST_TEMPLATE.md
View file @
589a5bc9
Please delete the text below before submitting your contribution.
Please delete
this line and
the text below before submitting your contribution.
---
...
...
_includes/links.md
View file @
589a5bc9
[
cc-by-human
]:
https://creativecommons.org/licenses/by/4.0/
[
cc-by-legal
]:
https://creativecommons.org/licenses/by/4.0/legalcode
[
ci
]:
http://communityin.org/
[
coc-reporting
]:
https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html#reporting-guidelines
[
coc-reporting
]:
https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html#
incident-
reporting-guidelines
[
coc
]:
https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html
[
concept-maps
]:
https://carpentries.github.io/instructor-training/05-memory/
[
contrib-covenant
]:
https://contributor-covenant.org/
...
...
@@ -18,8 +18,15 @@
[
jekyll-windows
]:
http://jekyll-windows.juthilo.com/
[
jekyll
]:
https://jekyllrb.com/
[
jupyter
]:
https://jupyter.org/
[
kramdown
]:
https://kramdown.gettalong.org/
[
lc-lessons
]:
https://librarycarpentry.org/lessons/
[
lesson-aio
]:
{{
relative_root_path }}{% link aio.md %}
[
lesson-coc
]:
{{
relative_root_path }}{% link CODE_OF_CONDUCT.md %}
[
lesson-example
]:
https://carpentries.github.io/lesson-example/
[
lesson-license
]:
{{
relative_root_path }}{% link LICENSE.md %}
[
lesson-mainpage
]:
{{
relative_root_path }}{% link index.md %}
[
lesson-reference
]:
{{
relative_root_path }}{% link reference.md %}
[
lesson-setup
]:
{{
relative_page_root }}{% link setup.md %}
[
mit-license
]:
https://opensource.org/licenses/mit-license.html
[
morea
]:
https://morea-framework.github.io/
[
numfocus
]:
https://numfocus.org/
...
...
@@ -36,5 +43,6 @@
[
styles
]:
https://github.com/carpentries/styles/
[
swc-lessons
]:
https://software-carpentry.org/lessons/
[
swc-releases
]:
https://github.com/swcarpentry/swc-releases
[
training
]:
https://carpentries.github.io/instructor-training/
[
workshop-repo
]:
{{
site.workshop_repo }}
[
yaml
]:
http://yaml.org/
bin/boilerplate/.travis.yml
View file @
589a5bc9
# dist: trusty # Ubuntu 14.04
language
:
python
python
:
3.
6
python
:
3.
7
branches
:
only
:
-
gh-pages
...
...
bin/knit_lessons.sh
View file @
589a5bc9
...
...
@@ -3,6 +3,6 @@
# Only try running R to translate files if there are some files present.
# The Makefile passes in the names of files.
if
[
$#
-
ne
0
]
;
then
if
[
$#
-
eq
2
]
;
then
Rscript
-e
"source('bin/generate_md_episodes.R')"
"
$@
"
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment