Skip to content

Commit 295833f

Browse files
committed
Website build
1 parent fbded33 commit 295833f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

3_objects.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,9 +587,9 @@ <h3><span class="section-number">3.3.4. </span>String representations of objects
587587
<span class="gp">In [3]: </span><span class="n">b</span> <span class="o">=</span> <span class="n">Polynomial</span><span class="p">((</span><span class="mi">1</span><span class="p">,))</span>
588588

589589
<span class="gp">In [4]: </span><span class="n">a</span> <span class="o">+</span> <span class="n">b</span>
590-
<span class="gt">---------------------------------------------------------------------------</span>
591-
<span class="ne">TypeError</span><span class="g g-Whitespace"> </span>Traceback (most recent call last)
592-
<span class="o">&lt;</span><span class="n">ipython</span><span class="o">-</span><span class="nb">input</span><span class="o">-</span><span class="mi">4</span><span class="o">-</span><span class="n">bd58363a63fc</span><span class="o">&gt;</span> <span class="ow">in</span> <span class="o">&lt;</span><span class="n">module</span><span class="o">&gt;</span>
590+
<span class="gt">--------------------------------------------------------------------------</span>
591+
<span class="ne">TypeError</span><span class="g g-Whitespace"> </span>Traceback (most recent call last)
592+
<span class="n">Cell</span> <span class="n">In</span> <span class="p">[</span><span class="mi">4</span><span class="p">],</span> <span class="n">line</span> <span class="mi">1</span>
593593
<span class="ne">----&gt; </span><span class="mi">1</span> <span class="n">a</span> <span class="o">+</span> <span class="n">b</span>
594594

595595
<span class="ne">TypeError</span>: unsupported operand type(s) for +: &#39;Polynomial&#39; and &#39;Polynomial&#39;

_images/cover.png

122 KB
Loading

_sources/3_objects.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,9 @@ observed that objects of some classes can be added. Is this true for
615615
In [3]: b = Polynomial((1,))
616616
617617
In [4]: a + b
618-
---------------------------------------------------------------------------
619-
TypeError Traceback (most recent call last)
620-
<ipython-input-4-bd58363a63fc> in <module>
618+
--------------------------------------------------------------------------
619+
TypeError Traceback (most recent call last)
620+
Cell In [4], line 1
621621
----> 1 a + b
622622
623623
TypeError: unsupported operand type(s) for +: 'Polynomial' and 'Polynomial'

_sources/index.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
.. image:: images/cover.png
2929
:width: 10em
3030
:align: right
31-
:target: https://www.amazon.co.uk/dp/B09NR9R9P3
31+
:target: https://www.amazon.co.uk/dp/B0BRM69HKH
3232

3333
The complete book text is available on this website. However, if you'd
3434
like to have a physical copy, then please `buy the book
35-
<https://www.amazon.co.uk/dp/B09NR9R9P3>`__.
35+
<https://www.amazon.co.uk/dp/B0BRM69HKH>`__.
3636

3737
.. container:: preface
3838

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
for Mathematicians. Here you’ll find the full hyperlinked book text, as well
6868
as consolidated lists of the accompanying <a class="reference internal" href="videos.html"><span class="doc">videos</span></a> and
6969
<a class="reference internal" href="exercises.html"><span class="doc">exercise repositories</span></a>.</p>
70-
<a class="reference external image-reference" href="https://www.amazon.co.uk/dp/B09NR9R9P3"><img alt="_images/cover.png" class="align-right" src="_images/cover.png" style="width: 10em;" /></a>
70+
<a class="reference external image-reference" href="https://www.amazon.co.uk/dp/B0BRM69HKH"><img alt="_images/cover.png" class="align-right" src="_images/cover.png" style="width: 10em;" /></a>
7171
<p>The complete book text is available on this website. However, if you’d
72-
like to have a physical copy, then please <a class="reference external" href="https://www.amazon.co.uk/dp/B09NR9R9P3">buy the book</a>.</p>
72+
like to have a physical copy, then please <a class="reference external" href="https://www.amazon.co.uk/dp/B0BRM69HKH">buy the book</a>.</p>
7373
<div class="preface docutils container">
7474
<div class="toctree-wrapper compound">
7575
<ul>

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)