Skip to content

Commit 57ec3fb

Browse files
committed
Website build
1 parent 66c77fc commit 57ec3fb

File tree

11 files changed

+505
-275
lines changed

11 files changed

+505
-275
lines changed

2_programs_in_files.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ <h2><span class="section-number">2.7. </span>Testing frameworks<a class="headerl
650650
the practical details of including tests in your code here.</p>
651651
<p>There are a number of Python packages which support code testing. The
652652
concepts are largely similar so rather than get bogged down in the
653-
details of multiple frameworks, we will introduce <a class="reference external" href="https://docs.pytest.org/en/latest/index.html" title="(in pytest v6.3.0.dev202+g4964b468c)"><span class="xref std std-doc">pytest</span></a>, which is one of the most widely used. Pytest is simply a Python
653+
details of multiple frameworks, we will introduce <a class="reference external" href="https://docs.pytest.org/en/latest/index.html" title="(in pytest v0.1.dev208+g22c0dac)"><span class="xref std std-doc">pytest</span></a>, which is one of the most widely used. Pytest is simply a Python
654654
package, so you can install it into your current environment using:</p>
655655
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$</span> python -m pip install pytest
656656
</pre></div>
@@ -866,7 +866,7 @@ <h2><span class="section-number">2.10. </span>Exercises<a class="headerlink" hre
866866
you will use for this course on your computer. Start with an overall folder
867867
for the module, and create a virtual environment in that module.</p>
868868
</div></div><div class="proof proof-type-exercise" id="id6">
869-
869+
<span id="course-repo"></span>
870870
<div class="proof-title">
871871
<span class="proof-type">Exercise 2.2</span>
872872

8_inheritance.html

Lines changed: 210 additions & 101 deletions
Large diffs are not rendered by default.

_modules/example_code/groups.html

Lines changed: 49 additions & 30 deletions
Large diffs are not rendered by default.

_modules/example_code/groups_basic.html

Lines changed: 38 additions & 12 deletions
Large diffs are not rendered by default.

_sources/2_programs_in_files.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,8 @@ Exercises
911911
you will use for this course on your computer. Start with an overall folder
912912
for the module, and create a virtual environment in that module.
913913

914+
.. _course_repo:
915+
914916
.. proof:exercise::
915917
916918
Visit the `GitHub repository for these notes

0 commit comments

Comments
 (0)