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

Commit e2319f0

Browse files
committed
name change and toc
1 parent 48d8046 commit e2319f0

11 files changed

Lines changed: 18 additions & 16 deletions

File tree

book/_toc.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,25 @@ parts:
2121
- file: basics/hello.ipynb
2222
title: Your First Script
2323
- file: basics/variables.ipynb
24+
title: Variables
2425
- file: basics/operators.ipynb
2526
- file: basics/functions.ipynb
2627
- file: basics/Exercises/01.ipynb
2728
- file: flow.md
2829
title: Flow
2930
sections:
3031
- file: flow/conditions.ipynb
32+
title: "Conditions: `if`"
3133
- file: flow/structures.ipynb
3234
- file: flow/loops.ipynb
3335
- file: flow/Exercises/01.ipynb
34-
- file: advanced-techniques.md
35-
title: Advanced Techniques
36+
- file: beyond.md
37+
title: Beyond the Basics
3638
sections:
37-
- file: advanced-techniques/string.ipynb
38-
- file: advanced-techniques/functions.ipynb
39-
- file: advanced-techniques/files.ipynb
40-
- file: advanced-techniques/Exercises/01.ipynb
39+
- file: beyond/strings.ipynb
40+
- file: beyond/functions.ipynb
41+
- file: beyond/files.ipynb
42+
- file: beyond/Exercises/01.ipynb
4143
- file: 04/Theory/01.ipynb
4244
sections:
4345
- file: 04/Exercises/01.ipynb
@@ -80,12 +82,12 @@ parts:
8082
sections:
8183
- file: flow/nutshell/conditions.ipynb
8284
- file: flow/nutshell/structures.ipynb
83-
- file: advanced-techniques/nutshell.md
85+
- file: beyond/nutshell.md
8486
title: Advanced Techniques
8587
sections:
86-
- file: advanced-techniques/nutshell/strings.ipynb
87-
- file: advanced-techniques/nutshell/functions.ipynb
88-
- file: advanced-techniques/nutshell/files.ipynb
88+
- file: beyond/nutshell/strings.ipynb
89+
- file: beyond/nutshell/functions.ipynb
90+
- file: beyond/nutshell/files.ipynb
8991
- file: 04/In_a_Nutshell/01.ipynb
9092
- file: 05/In_a_Nutshell/01.ipynb
9193
- file: 06/In_a_Nutshell/01.ipynb

book/advanced-techniques.md

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

book/beyond.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Beyond the Basics
2+
3+
This chapter extends some of the topics we have covered in previous chapters, for example: strings, functions, while adding a new topic about working with files.
4+
5+
% a short overview for this chapter
6+
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)