Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 73e8c01

Browse files
committed
chapter-4
1 parent fc59c18 commit 73e8c01

7 files changed

Lines changed: 14 additions & 5 deletions

File tree

book/_toc.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ parts:
4242
title: Functions
4343
- file: beyond/files.ipynb
4444
title: Files
45-
- file: beyond/Exercises/01.ipynb
46-
- file: 04/Theory/01.ipynb
45+
- file: beyond/Exercises/01.ipynb
46+
- file: objects.md
47+
title: Objects and References
4748
sections:
48-
- file: 04/Exercises/01.ipynb
49+
- file: objects/object.ipynb
50+
title: Objects and References
51+
- file: objects/Exercises/01.ipynb
4952
- file: 05/Theory/01.ipynb
5053
sections:
5154
- file: 05/Exercises/01.ipynb

book/objects.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Objects and References
2+
3+
This chapter ...
4+
5+
% a short overview for this chapter
6+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"cell_type": "markdown",
66
"metadata": {},
77
"source": [
8-
"# 4. Objects and References"
8+
"# Objects and References"
99
]
1010
},
1111
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"source": [
14-
"# 4. Objects and References"
14+
"# Objects and References"
1515
]
1616
},
1717
{

0 commit comments

Comments
 (0)