Skip to content

Commit d7de116

Browse files
committed
Website build
1 parent bd6207a commit d7de116

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

0_introduction.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,17 @@ <h3><span class="section-number">1.2.3. </span>Linux<a class="headerlink" href="
287287
<a class="reference external" href="https://code.visualstudio.com/download">Microsoft website</a>.</p>
288288
</div>
289289
</div>
290+
<div class="section" id="working-with-revision-control">
291+
<h2><span class="section-number">1.3. </span>Working with revision control<a class="headerlink" href="#working-with-revision-control" title="Permalink to this headline"></a></h2>
292+
<p>In this section we’ll introduce the revision control system Git to the extent to
293+
which we’ll need it in this module, and show how to use it in conjunction with
294+
Visual Studio Code. This is not a comprehensive Git introduction, and readers
295+
are invited to take a little more time to undertake the excellent <a class="reference external" href="https://swcarpentry.github.io/git-novice/">Git tutorial</a> tutorial from <a class="reference external" href="https://software-carpentry.org">Software Carpentry</a>.</p>
296+
<div class="section" id="what-is-revision-control-and-why-should-you-care">
297+
<h3><span class="section-number">1.3.1. </span>What is revision control, and why should you care?<a class="headerlink" href="#what-is-revision-control-and-why-should-you-care" title="Permalink to this headline"></a></h3>
298+
<p>The best way to understand</p>
299+
</div>
300+
</div>
290301
</div>
291302

292303

_sources/0_introduction.rst.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,17 @@ search online for how to install git on your distribution.
276276
In order to install Visual Studio code you simply follow the instructions on the
277277
`Microsoft website <https://code.visualstudio.com/download>`__.
278278

279+
Working with revision control
280+
-----------------------------
279281

282+
In this section we'll introduce the revision control system Git to the extent to
283+
which we'll need it in this module, and show how to use it in conjunction with
284+
Visual Studio Code. This is not a comprehensive Git introduction, and readers
285+
are invited to take a little more time to undertake the excellent `Git tutorial
286+
<https://swcarpentry.github.io/git-novice/>`__ tutorial from `Software Carpentry
287+
<https://software-carpentry.org>`__.
280288

289+
What is revision control, and why should you care?
290+
..................................................
281291

292+
The best way to understand

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<li class="toctree-l1"><a class="reference internal" href="0_introduction.html">1. Introduction: abstraction in mathematics and programming</a><ul>
6060
<li class="toctree-l2"><a class="reference internal" href="0_introduction.html#how-to-do-this-course">1.1. How to do this course</a></li>
6161
<li class="toctree-l2"><a class="reference internal" href="0_introduction.html#obtaining-the-right-software-tools">1.2. Obtaining the right software tools</a></li>
62+
<li class="toctree-l2"><a class="reference internal" href="0_introduction.html#working-with-revision-control">1.3. Working with revision control</a></li>
6263
</ul>
6364
</li>
6465
<li class="toctree-l1"><a class="reference internal" href="1_programs_in_files.html">2. Programs in files</a><ul>

0 commit comments

Comments
 (0)