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

Commit 4ee42a5

Browse files
committed
rename
rename and movement of .md files
1 parent b149290 commit 4ee42a5

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

book/_toc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parts:
1515
- caption: "Part 1: Python Standard Library "
1616
numbered: true
1717
chapters:
18-
- file: basics.md
18+
- file: basics/intro.md
1919
title: Basics
2020
sections:
2121
- file: basics/hello.ipynb
@@ -25,15 +25,15 @@ parts:
2525
- file: basics/operators.ipynb
2626
- file: basics/functions.ipynb
2727
- file: basics/Exercises/01.ipynb
28-
- file: flow.md
28+
- file: flow/intro.md
2929
title: Flow
3030
sections:
3131
- file: flow/conditions.ipynb
3232
title: "Conditions: `if`"
3333
- file: flow/structures.ipynb
3434
- file: flow/loops.ipynb
3535
- file: flow/Exercises/01.ipynb
36-
- file: beyond.md
36+
- file: beyond/intro.md
3737
title: Beyond the Basics
3838
sections:
3939
- file: beyond/strings.ipynb
@@ -43,13 +43,13 @@ parts:
4343
- file: beyond/files.ipynb
4444
title: Files
4545
- file: beyond/Exercises/01.ipynb
46-
- file: objects.md
46+
- file: objects/intro.md
4747
title: Objects and References
4848
sections:
4949
- file: objects/object.ipynb
5050
title: Objects and References
5151
- file: objects/Exercises/01.ipynb
52-
- file: modules.md
52+
- file: modules/intro.md
5353
title: Modules
5454
sections:
5555
- file: modules/modules.ipynb
@@ -66,7 +66,7 @@ parts:
6666
- caption: "Part 2: Other Libraries"
6767
numbered: true
6868
chapters:
69-
- file: numpy.md
69+
- file: numpy/intro.md
7070
title: Numpy
7171
sections:
7272
- file: numpy/introduction.ipynb
File renamed without changes.
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)