Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/source/3_objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,9 @@ observed that objects of some classes can be added. Is this true for
In [3]: b = Polynomial((1,))

In [4]: a + b
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-4-bd58363a63fc> in <module>
--------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In [4], line 1
----> 1 a + b

TypeError: unsupported operand type(s) for +: 'Polynomial' and 'Polynomial'
Expand Down
8 changes: 8 additions & 0 deletions doc/source/fibonacci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ fibonacci.fibonacci module
:undoc-members:
:show-inheritance:

fibonacci.typesafe\_fibonacci module
------------------------------------

.. automodule:: fibonacci.typesafe_fibonacci
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down
Binary file modified doc/source/images/cover.pdf
Binary file not shown.
Binary file modified doc/source/images/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
.. image:: images/cover.png
:width: 10em
:align: right
:target: https://www.amazon.co.uk/dp/B09NR9R9P3
:target: https://www.amazon.co.uk/dp/B0BRM69HKH

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

.. container:: preface

Expand Down
2 changes: 1 addition & 1 deletion doc/webgit
Submodule webgit updated from f73a64 to fbded3