You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/00-setting-the-scene.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,14 @@ Skills and tools taught here, while Python-specific,
57
57
are transferable to other similar tools and programming languages.
58
58
59
59
The course is organised into the following sections.
60
-
<!--
61
-
alt-tex="Course overview diagram. Arrows connect the following boxed text in order: 1) Setting up software environment 2) Verifying software correctness 3) Software development as a process 4) Collaborative development for reuse 5) Managing software over its lifetime."
62
-
-->
60
+
63
61
```mermaid
64
62
flowchart LR
65
-
accDescr {Overview of sections in the lesson: setting up development environment, verifying software correctness, the process of software development & engineering, collaborative software development, managing & maintaining software}
63
+
accTitle: Overview of sections in the lesson
64
+
accDescr {Course overview diagram. Arrows connect the following boxed
65
+
text in order: 1) Setting up software environment 2) Verifying software
66
+
correctness 3) Software development as a process 4) Collaborative
67
+
development for reuse 5) Managing software over its lifetime.}
66
68
A(1. Setting up software environment) --> B(2. Verifying software correctness)
Copy file name to clipboardExpand all lines: episodes/10-section1-intro.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,21 +31,19 @@ As you get more comfortable with different tools and their alternatives,
31
31
you will select the one that is right for you based on your personal preferences
32
32
or based on what your collaborators are using.
33
33
34
-
<!--
35
-
alt = "Topics on effective collaborating on code development covered in the current section: virtual development environments, version control & sharing code, writing readable code & code standards"
36
-
"
37
-
-->
38
34
```mermaid
39
35
flowchart LR
40
-
accDescr {Topics on effective collaborating on code development covered in the current section: virtual development environments, version control & sharing code, writing readable code & code standards}
0 commit comments