Added chapter navigation

This commit is contained in:
David Beazley
2020-05-29 14:03:49 -05:00
parent ba57e98f5b
commit 2056a95a64
9 changed files with 28 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
[Contents](../Contents.md) \| [Prev (3 Program Organization)](../03_Program_organization/00_Overview.md) \| [Next (5 Inner Workings of Python Objects)](../05_Object_model/00_Overview.md)
# 4. Classes and Objects
So far, our programs have only used built-in Python datatypes. In
@@ -13,4 +15,4 @@ and defining new exceptions.
* [4.3 Special Methods](03_Special_methods.md)
* [4.4 Defining new Exception](04_Defining_exceptions.md)
[Contents](../Contents.md)
[Contents](../Contents.md) \| [Prev (3 Program Organization)](../03_Program_organization/00_Overview.md) \| [Next (5 Inner Workings of Python Objects)](../05_Object_model/00_Overview.md)