Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
floswald committed Sep 10, 2024
1 parent 29fcab6 commit 1fae7de
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d84569cf
99b62e84
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ <h2 id="toc-title">On this page</h2>
<li><a href="#mac" id="toc-mac" class="nav-link" data-scroll-target="#mac">Mac</a></li>
<li><a href="#unix" id="toc-unix" class="nav-link" data-scroll-target="#unix">Unix</a></li>
</ul></li>
<li><a href="#code-of-conduct" id="toc-code-of-conduct" class="nav-link" data-scroll-target="#code-of-conduct">Code of Conduct</a></li>
</ul></li>
<li><a href="#license" id="toc-license" class="nav-link" data-scroll-target="#license">License</a></li>
</ul>
Expand Down Expand Up @@ -446,6 +447,15 @@ <h3 class="anchored" data-anchor-id="unix">Unix</h3>
<div class="sourceCode" id="cb3"><pre class="sourceCode bash code-with-copy"><code class="sourceCode bash"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="fu">sudo</span> apt install git-all</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</section>
</section>
<section id="code-of-conduct" class="level2">
<h2 class="anchored" data-anchor-id="code-of-conduct">Code of Conduct</h2>
<p>If you decide to participate in this course, I expect you to abide by the following minimal code of conduct.</p>
<ol type="1">
<li>Be polite to the other class participants.</li>
<li>While in class, do not spend time on messaging apps, chat rooms, computer games, or similar content.</li>
</ol>
<p>You can expect your instructor to abide by the same code of conduct, so this is a matter of mutual respect. If you are found in breach of the above you will be given a single warning, and I will ask you to no longer join the course after a second time. Your grade will be “fail”.</p>
</section>
</section>
<section id="license" class="level1">
<h1>License</h1>
Expand Down
7 changes: 7 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,13 @@
"section": "Windows and Mac Specific Instructions",
"text": "Windows and Mac Specific Instructions\nThere are different instructions depending on whether you have a Mac or a Windows computer. Unix-based computers are similar to Macs in most respects.\n\nWindows\nWe need to install some things that make your windows computer a resemble a bit a Unix box. In particular, we want to be able to use the unix shell. Therefore, I want you to download and install\n\nGitForWindows\n\nSpecifics:\n\nDuring the installation process, choose all default settings.\nAt one point, you are offered a choice for a default editor being used for git. If you know vim already, why not (I use vim), otherwise I recommend nano, which is a simple to use editor that runs inside your command line - we want to avoid having to open an external window of a separate editor for our tasks (i.e. don’t choose notepad and other standalone editors).\n\n\n\nMac\nYou should be all set. To make sure we have really everything we need, open Terminal.app (in Applications &gt; Utilities or do Cmd + Space to get spotlight search and type terminal). Then paste this code and hit enter:\nxcode-select --install\nclick on install (don’t click on get Xcode)\n\n\nUnix\nSame, all set. Maybe open a terminal and type\ngit --version\nif that throws an error, install it with your package manager, e.g.\nsudo apt install git-all"
},
{
"objectID": "index.html#code-of-conduct",
"href": "index.html#code-of-conduct",
"title": "ScPoProgramming",
"section": "Code of Conduct",
"text": "Code of Conduct\nIf you decide to participate in this course, I expect you to abide by the following minimal code of conduct.\n\nBe polite to the other class participants.\nWhile in class, do not spend time on messaging apps, chat rooms, computer games, or similar content.\n\nYou can expect your instructor to abide by the same code of conduct, so this is a matter of mutual respect. If you are found in breach of the above you will be given a single warning, and I will ask you to no longer join the course after a second time. Your grade will be “fail”."
},
{
"objectID": "05-git.html#version-what",
"href": "05-git.html#version-what",
Expand Down
4 changes: 2 additions & 2 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</url>
<url>
<loc>https://floswald.github.io/ScPoProgramming/11-NLP-R.html</loc>
<lastmod>2024-09-10T09:39:00.172Z</lastmod>
<lastmod>2024-09-10T09:43:44.987Z</lastmod>
</url>
<url>
<loc>https://floswald.github.io/ScPoProgramming/01-shell-intro.html</loc>
Expand All @@ -30,7 +30,7 @@
</url>
<url>
<loc>https://floswald.github.io/ScPoProgramming/index.html</loc>
<lastmod>2024-09-01T17:31:18.901Z</lastmod>
<lastmod>2024-09-10T16:40:32.686Z</lastmod>
</url>
<url>
<loc>https://floswald.github.io/ScPoProgramming/05-git.html</loc>
Expand Down

0 comments on commit 1fae7de

Please sign in to comment.