Skip to content

Commit 4de5ac3

Browse files
committed
Merging updates to lesson template
2 parents 045e705 + d7b0e85 commit 4de5ac3

26 files changed

+93
-144
lines changed

.mailmap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
4+
Francois Michonneau <[email protected]> <[email protected]>
5+

.nojekyll

Whitespace-only changes.

.update-copyright.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[project]
2+
vcs: Git
3+
4+
[files]
5+
authors: yes
6+
files: no

01-basics.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<article>
2727
<div class="row">
2828
<div class="col-md-10 col-md-offset-1">
29-
<h1 class="title">Testing</h1>
29+
<a href="index.html"><h1 class="title">Testing</h1></a>
3030
<h2 class="subtitle">Basics of testing</h2>
31-
<section class="objectives panel panel-warning">
31+
<section class="objectives panel panel-warning">
3232
<div class="panel-heading">
3333
<h2><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
3434
</div>
@@ -77,7 +77,7 @@ <h2>Key Points</h2>
7777
</article>
7878
<div class="footer">
7979
<a class="label swc-blue-bg" href="http://software-carpentry.org">Software Carpentry</a>
80-
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/git-novice">Source</a>
80+
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/lesson-template">Source</a>
8181
<a class="label swc-blue-bg" href="mailto:[email protected]">Contact</a>
8282
<a class="label swc-blue-bg" href="LICENSE.html">License</a>
8383
</div>

02-assertions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<article>
2727
<div class="row">
2828
<div class="col-md-10 col-md-offset-1">
29-
<h1 class="title">Testing</h1>
29+
<a href="index.html"><h1 class="title">Testing</h1></a>
3030
<h2 class="subtitle">Assertions</h2>
31-
<section class="objectives panel panel-warning">
31+
<section class="objectives panel panel-warning">
3232
<div class="panel-heading">
3333
<h2><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
3434
</div>
@@ -113,7 +113,7 @@ <h2>Key Points</h2>
113113
</article>
114114
<div class="footer">
115115
<a class="label swc-blue-bg" href="http://software-carpentry.org">Software Carpentry</a>
116-
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/git-novice">Source</a>
116+
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/lesson-template">Source</a>
117117
<a class="label swc-blue-bg" href="mailto:[email protected]">Contact</a>
118118
<a class="label swc-blue-bg" href="LICENSE.html">License</a>
119119
</div>

03-exceptions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<article>
2727
<div class="row">
2828
<div class="col-md-10 col-md-offset-1">
29-
<h1 class="title">Testing</h1>
29+
<a href="index.html"><h1 class="title">Testing</h1></a>
3030
<h2 class="subtitle">Exceptions</h2>
31-
<section class="objectives panel panel-warning">
31+
<section class="objectives panel panel-warning">
3232
<div class="panel-heading">
3333
<h2><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
3434
</div>
@@ -104,7 +104,7 @@ <h2>Key Points</h2>
104104
</article>
105105
<div class="footer">
106106
<a class="label swc-blue-bg" href="http://software-carpentry.org">Software Carpentry</a>
107-
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/git-novice">Source</a>
107+
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/lesson-template">Source</a>
108108
<a class="label swc-blue-bg" href="mailto:[email protected]">Contact</a>
109109
<a class="label swc-blue-bg" href="LICENSE.html">License</a>
110110
</div>

04-units.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<article>
2727
<div class="row">
2828
<div class="col-md-10 col-md-offset-1">
29-
<h1 class="title">Testing</h1>
29+
<a href="index.html"><h1 class="title">Testing</h1></a>
3030
<h2 class="subtitle">Unit Tests</h2>
31-
<section class="objectives panel panel-warning">
31+
<section class="objectives panel panel-warning">
3232
<div class="panel-heading">
3333
<h2><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
3434
</div>
@@ -127,7 +127,7 @@ <h2>Key Points</h2>
127127
</article>
128128
<div class="footer">
129129
<a class="label swc-blue-bg" href="http://software-carpentry.org">Software Carpentry</a>
130-
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/git-novice">Source</a>
130+
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/lesson-template">Source</a>
131131
<a class="label swc-blue-bg" href="mailto:[email protected]">Contact</a>
132132
<a class="label swc-blue-bg" href="LICENSE.html">License</a>
133133
</div>

05-nose.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<article>
2727
<div class="row">
2828
<div class="col-md-10 col-md-offset-1">
29-
<h1 class="title">Testing</h1>
29+
<a href="index.html"><h1 class="title">Testing</h1></a>
3030
<h2 class="subtitle">Running Tests with Nose</h2>
31-
<section class="objectives panel panel-warning">
31+
<section class="objectives panel panel-warning">
3232
<div class="panel-heading">
3333
<h2><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
3434
</div>
@@ -126,7 +126,7 @@ <h2>Key Points</h2>
126126
</article>
127127
<div class="footer">
128128
<a class="label swc-blue-bg" href="http://software-carpentry.org">Software Carpentry</a>
129-
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/git-novice">Source</a>
129+
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/lesson-template">Source</a>
130130
<a class="label swc-blue-bg" href="mailto:[email protected]">Contact</a>
131131
<a class="label swc-blue-bg" href="LICENSE.html">License</a>
132132
</div>

06-edges.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<article>
2727
<div class="row">
2828
<div class="col-md-10 col-md-offset-1">
29-
<h1 class="title">Testing</h1>
29+
<a href="index.html"><h1 class="title">Testing</h1></a>
3030
<h2 class="subtitle">Edge and Corner Cases</h2>
31-
<section class="objectives panel panel-warning">
31+
<section class="objectives panel panel-warning">
3232
<div class="panel-heading">
3333
<h2><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
3434
</div>
@@ -158,7 +158,7 @@ <h2>Key Points</h2>
158158
</article>
159159
<div class="footer">
160160
<a class="label swc-blue-bg" href="http://software-carpentry.org">Software Carpentry</a>
161-
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/git-novice">Source</a>
161+
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/lesson-template">Source</a>
162162
<a class="label swc-blue-bg" href="mailto:[email protected]">Contact</a>
163163
<a class="label swc-blue-bg" href="LICENSE.html">License</a>
164164
</div>

07-integration.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
<article>
2727
<div class="row">
2828
<div class="col-md-10 col-md-offset-1">
29-
<h1 class="title">Testing</h1>
29+
<a href="index.html"><h1 class="title">Testing</h1></a>
3030
<h2 class="subtitle">Integration and Regression Tests</h2>
31-
<section class="objectives panel panel-warning">
31+
<section class="objectives panel panel-warning">
3232
<div class="panel-heading">
3333
<h2><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
3434
</div>
@@ -101,7 +101,7 @@ <h2>Key Points</h2>
101101
</article>
102102
<div class="footer">
103103
<a class="label swc-blue-bg" href="http://software-carpentry.org">Software Carpentry</a>
104-
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/git-novice">Source</a>
104+
<a class="label swc-blue-bg" href="https://github.com/swcarpentry/lesson-template">Source</a>
105105
<a class="label swc-blue-bg" href="mailto:[email protected]">Contact</a>
106106
<a class="label swc-blue-bg" href="LICENSE.html">License</a>
107107
</div>

0 commit comments

Comments
 (0)