Skip to content

Commit a4a1239

Browse files
committed
Website build
1 parent 5915091 commit a4a1239

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed
-2.84 KB
Binary file not shown.

L0_setup.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,12 @@ <h2><span class="section-number">1.5. </span>Setting up your repository<a class=
320320
<p><strong>Every time</strong> you want to work on the implementation exercises and
321321
courseworks, you need to activate the venv.</p>
322322
</div>
323+
<div class="admonition warning">
324+
<p class="admonition-title">Warning</p>
325+
<p>Your classroom repository will contain a branch called “feedback”.
326+
Do not commit to, or remove, this branch. This is how we will
327+
provide feedback on your code.</p>
328+
</div>
323329
<section id="installing-the-course-package-to-the-venv">
324330
<h3><span class="section-number">1.5.1. </span>Installing the course package to the venv<a class="headerlink" href="#installing-the-course-package-to-the-venv" title="Permalink to this heading"></a></h3>
325331
<p>In this course we will be working on skeleton code stored as a Python

_sources/L0_setup.rst.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,12 @@ instructions in the previous section.
281281
**Every time** you want to work on the implementation exercises and
282282
courseworks, you need to activate the venv.
283283

284+
.. warning::
285+
286+
Your classroom repository will contain a branch called "feedback".
287+
Do not commit to, or remove, this branch. This is how we will
288+
provide feedback on your code.
289+
284290
Installing the course package to the venv
285291
-----------------------------------------
286292

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)