Commit bfd0bee9 authored by Greg Wilson's avatar Greg Wilson
Browse files

Removing motivation and legend and regenerating HTML

parent 6525a799
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -26,11 +26,11 @@
      <article>
      <div class="row">
        <div class="col-md-10 col-md-offset-1">
          <h1 class="title">Lesson Title</h1>
                    <a href="index.html"><h1 class="title">Lesson Title</h1></a>
          <h2 class="subtitle">Topic Title One</h2>
          <section class="objectives panel panel-warning">
<div class="panel-heading">
<h2 id="learning-objectives"><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
<h2><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
</div>
<div class="panel-body">
<ul>
@@ -40,8 +40,8 @@
</div>
</section>
<p>Paragraphs of text — possibly including <a href="reference.html#key-word-1">key word 1</a> — mixed with:</p>
<div class="sourceCode"><pre class="sourceCode python"><code class="sourceCode python">some code:
    to be displayed</code></pre></div>
<pre class="sourceCode python"><code class="sourceCode python">some code:
    to be displayed</code></pre>
<pre class="output"><code>output
from
program</code></pre>
@@ -49,7 +49,7 @@ program</code></pre>
<p>and possibly including:</p>
<aside class="callout panel panel-info">
<div class="panel-heading">
<h2 id="callout-box"><span class="glyphicon glyphicon-pushpin"></span>Callout Box</h2>
<h2><span class="glyphicon glyphicon-pushpin"></span>Callout Box</h2>
</div>
<div class="panel-body">
<p>An aside of some kind.</p>
@@ -57,12 +57,11 @@ program</code></pre>
</aside>
<p>or an image from the <code>figs</code> directory:</p>
<div class="figure">
<img src="fig/example.svg" title="this is the image&#39;s alt text" alt="this is the image’s title" />
<p class="caption">this is the image’s title</p>
<img src="fig/example.svg" title="this is the image&#39;s alt text" alt="this is the image’s title" /><p class="caption">this is the image’s title</p>
</div>
<section class="challenge panel panel-success">
<div class="panel-heading">
<h2 id="challenge-title"><span class="glyphicon glyphicon-pencil"></span>Challenge Title</h2>
<h2><span class="glyphicon glyphicon-pencil"></span>Challenge Title</h2>
</div>
<div class="panel-body">
<p>Description of a single challenge. There may be several challenges.</p>
+7 −7
Original line number Diff line number Diff line
@@ -26,11 +26,11 @@
      <article>
      <div class="row">
        <div class="col-md-10 col-md-offset-1">
          <h1 class="title">Lesson Title</h1>
                    <a href="index.html"><h1 class="title">Lesson Title</h1></a>
          <h2 class="subtitle">Topic Title Two</h2>
          <section class="objectives panel panel-warning">
<div class="panel-heading">
<h2 id="learning-objectives"><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
<h2><span class="glyphicon glyphicon-certificate"></span>Learning Objectives</h2>
</div>
<div class="panel-body">
<ul>
@@ -40,8 +40,8 @@
</div>
</section>
<p>Paragraphs of text — possibly including <a href="reference.html#key-word-2">key word 2</a> — mixed with:</p>
<div class="sourceCode"><pre class="sourceCode python"><code class="sourceCode python">some code:
    to be displayed</code></pre></div>
<pre class="sourceCode python"><code class="sourceCode python">some code:
    to be displayed</code></pre>
<pre class="output"><code>output
from
program</code></pre>
@@ -49,7 +49,7 @@ program</code></pre>
<p>and possibly including:</p>
<aside class="callout panel panel-info">
<div class="panel-heading">
<h2 id="callout-box"><span class="glyphicon glyphicon-pushpin"></span>Callout Box</h2>
<h2><span class="glyphicon glyphicon-pushpin"></span>Callout Box</h2>
</div>
<div class="panel-body">
<p>An aside of some kind.</p>
@@ -57,7 +57,7 @@ program</code></pre>
</aside>
<section class="challenge panel panel-success">
<div class="panel-heading">
<h2 id="challenge-title"><span class="glyphicon glyphicon-pencil"></span>Challenge Title</h2>
<h2><span class="glyphicon glyphicon-pencil"></span>Challenge Title</h2>
</div>
<div class="panel-body">
<p>Description of a single challenge. There may be several challenges that make reference to <a href="01-one.html#challenge-title">Challenge Title</a>.</p>
+4 −13
Original line number Diff line number Diff line
@@ -98,22 +98,18 @@ The root directory holds the content of the lesson, and must contain:
    this lesson, and is about the filesystem. (Note that we use hyphens
    rather than underscores in filenames.) See "Topics" below.

4.  `motivation.md`: slides for a short introductory presentation (three
    minutes or less) explaining what the lesson is about and why people
    would want to learn it. See "Introductory Slides" below.

5.  `reference.md`: a cheat sheet summarizing key terms and commands,
4.  `reference.md`: a cheat sheet summarizing key terms and commands,
    syntax, etc., that can be printed and given to learners. See
    "Reference Guide" below.

6.  `discussion.md`: notes about more advanced ideas that would
5.  `discussion.md`: notes about more advanced ideas that would
    distract from the main lesson, and pointers to where to go next.
    See "Discussion Page" below.

7.  `instructors.md`: the instructor's guide for the lesson. See
6.  `instructors.md`: the instructor's guide for the lesson. See
    "Instructor's Guide" below.

8.  `CONTRIBUTING.md`: instructions for people who want to contribute.
7.  `CONTRIBUTING.md`: instructions for people who want to contribute.
    This file should be edited to replace references to `lesson-template`
    with references to your lesson's repository.

@@ -433,11 +429,6 @@ structure is:
    title: Lesson Title
    subtitle: Instructor's Guide
    ---
    ## Legend

    One or more paragraphs laying out the lesson's legend (i.e., the story
    behind its running example).

    ## Overall

    * Point
+2 −3
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
      <div class="row">
        <div class="col-md-10 col-md-offset-1">
                    <h1 class="title">Licenses</h1>
          
          <h2 id="instructional-material">Instructional Material</h2>
<p>All Software Carpentry instructional material is made available under the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution license</a>. The following is a human-readable summary of (and not a substitute for) the <a href="https://creativecommons.org/licenses/by/4.0/legalcode">full legal text of the CC BY 4.0 license</a>.</p>
<p>You are free:</p>
+2 −2
Original line number Diff line number Diff line
@@ -211,8 +211,8 @@ Along with the lesson materials themselves, each lesson must contain:
*   A *discussion page* that mentions more advanced ideas and tells
    learners where to go next.

*   An *instructor's guide* that presents the lesson's legend (or back
    story), summarizes our experiences with the lesson, and discusses
*   An *instructor's guide* that presents the lesson's back
    story, summarizes our experiences with the lesson, and discusses
    solutions to the challenge exercises.  We ask everyone who teaches
    for us to review and update the instructor's guide for each lesson
    they taught after each workshop.
Loading