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

Commit 58a14cd

Browse files
committed
restructure-chapter2
1 parent 1dfc396 commit 58a14cd

File tree

13 files changed

+3338
-4150
lines changed

13 files changed

+3338
-4150
lines changed

book/02/In_a_Nutshell/01.ipynb

Lines changed: 0 additions & 774 deletions
This file was deleted.

book/02/Theory/01.ipynb

Lines changed: 0 additions & 3373 deletions
This file was deleted.

book/_toc.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ parts:
2424
- file: basics/operators.ipynb
2525
- file: basics/functions.ipynb
2626
- file: basics/Exercises/01.ipynb
27-
- file: 02/Theory/01.ipynb
27+
- file: flow.md
28+
title: Flow
2829
sections:
29-
- file: 02/Exercises/01.ipynb
30+
- file: flow/conditions.ipynb
31+
- file: flow/structures.ipynb
32+
- file: flow/loops.ipynb
33+
- file: flow/Exercises/01.ipynb
3034
- file: 03/Theory/01.ipynb
3135
sections:
3236
- file: 03/Exercises/01.ipynb
@@ -67,7 +71,12 @@ parts:
6771
- file: basics/nutshell/variables.ipynb
6872
- file: basics/nutshell/operators.ipynb
6973
- file: basics/nutshell/functions.ipynb
70-
- file: 02/In_a_Nutshell/01.ipynb
74+
- file: flow/nutshell.md
75+
title: Flow
76+
sections:
77+
- file: flow/nutshell/conditions.ipynb
78+
- file: flow/nutshell/structures.ipynb
79+
- file: flow/nutshell/loops.ipynb
7180
- file: 03/In_a_Nutshell/01.ipynb
7281
- file: 04/In_a_Nutshell/01.ipynb
7382
- file: 05/In_a_Nutshell/01.ipynb

book/flow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Flow
2+
3+
This chapter is all about ...
4+
5+
% a short overview for this chapter
6+

0 commit comments

Comments
 (0)