Skip to content

Commit 57a0ace

Browse files
committed
Re-order
1 parent be44388 commit 57a0ace

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

course_structure.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ flowchart TD
44
55
M1(Git, Pull Requests, and code reviews)
66
M2(Python functions, classes, and modules)
7-
M3(Object oriented design in Python)
8-
M4(Testing and auto-formatting)
9-
M5(Dependencies and GitHub actions)
10-
M6(Documentation)
7+
M3(Testing and auto-formatting)
8+
M4(Dependencies and GitHub actions)
9+
M5(Documentation)
10+
M6(Object oriented design in Python)
1111
M7(Distributing your package)
1212
1313
B1[1. The bigger picture]
@@ -25,12 +25,12 @@ flowchart TD
2525
2626
B1 --> M2
2727
B2 --> M2
28-
B3 --> M3
29-
B8 --> M3
28+
B3 --> M6
29+
B8 --> M6
3030
B4 --> M4
3131
B5 --> M4
3232
B6 --> M5
33-
B7 --> M6
33+
B7 --> M3
3434
3535
B9 --> M7
3636
B10 --> M7

0 commit comments

Comments
 (0)