Skip to content

Commit 3f642da

Browse files
committed
Website build
1 parent e9727a8 commit 3f642da

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

3_objects.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,15 @@ <h2><span class="section-number">3.6. </span>Exercises<a class="headerlink" href
950950
</div>
951951
</li>
952952
</ol>
953+
</div></div><div class="proof proof-type-exercise" id="id7">
954+
955+
<div class="proof-title">
956+
<span class="proof-type">Exercise 3.6</span>
957+
958+
</div><div class="proof-content">
959+
<p>Make the <code class="xref py py-mod docutils literal notranslate"><span class="pre">circle</span></code> and <code class="xref py py-mod docutils literal notranslate"><span class="pre">polynomial</span></code> packages installable. As with
960+
last week’s exercise, pytest can’t test this so you’ll need to push to
961+
GitHub and check that the autograding tests pass there.</p>
953962
</div></div></div>
954963
</div>
955964

_sources/3_objects.rst.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,4 +951,11 @@ the :class:`Polynomial` class.
951951
from shape import Circle
952952
c = Circle((1., 0.), 2)
953953
print((0.5, 0.5) in c)
954+
955+
.. proof:exercise::
956+
957+
Make the :mod:`circle` and :mod:`polynomial` packages installable. As with
958+
last week's exercise, pytest can't test this so you'll need to push to
959+
GitHub and check that the autograding tests pass there.
960+
954961

0 commit comments

Comments
 (0)