Skip to content

Commit 41414d1

Browse files
authored
Further formatting fixes for Workbench conversion
1 parent 1a88b94 commit 41414d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+283
-198
lines changed

config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ contact: 'info@software.ac.uk'
6464
# - another-learner.md
6565

6666
# Order of episodes in your lesson
67-
episodes:
67+
episodes:
6868
- 00-setting-the-scene.md
6969
- 10-section1-intro.md
7070
- 11-software-project.md
@@ -97,26 +97,26 @@ episodes:
9797
- 60-wrap-up.md
9898

9999
# Information for Learners
100-
learners:
100+
learners:
101101
- quiz.md
102-
- learner-setup.md
102+
- installation-instructions.md
103103
- common-issues.md
104-
- reference.md
105-
- vscode.md
106104
- software-architecture-extra.md
107105
- programming-paradigms.md
108106
- procedural-programming.md
109107
- functional-programming.md
110108
- object-oriented-programming.md
111109
- persistence.md
112110
- databases.md
111+
- vscode.md
112+
- reference.md
113113

114114
# Information for Instructors
115-
instructors:
115+
instructors:
116116
- instructor-notes.md
117117

118118
# Learner Profiles
119-
profiles:
119+
profiles:
120120

121121
# Customisation ---------------------------------------------
122122
#

episodes/10-section1-intro.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: 'Section 1: Setting Up Environment For Collaborative Code Development'
3-
colour: '#fafac8'
4-
start: yes
53
teaching: 10
64
exercises: 0
75
---

episodes/11-software-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Introduction to Our Software Project
2+
title: 1.1 Introduction to Our Software Project
33
teaching: 20
44
exercises: 10
55
---

episodes/12-virtual-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Virtual Environments For Software Development
2+
title: 1.2 Virtual Environments For Software Development
33
start: no
44
teaching: 30
55
exercises: 0

episodes/13-ides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Integrated Software Development Environments
2+
title: 1.3 Integrated Software Development Environments
33
start: no
44
teaching: 25
55
exercises: 10

episodes/14-collaboration-using-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Software Development Using Git and GitHub
2+
title: 1.4 Software Development Using Git and GitHub
33
start: no
44
teaching: 35
55
exercises: 0

episodes/15-coding-conventions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: Python Code Style Conventions
3-
start: no
2+
title: 1.5 Python Code Style Conventions
43
teaching: 20
54
exercises: 20
65
---
@@ -29,7 +28,8 @@ to make sure that your code is consistently formatted and readable by yourself a
2928

3029
> *"Any fool can write code that a computer can understand.
3130
> Good programmers write code that humans can understand."*
32-
> - [Martin Fowler](https://en.wikiquote.org/wiki/Martin_Fowler), British software engineer, author and international speaker on software development
31+
>
32+
> --- [Martin Fowler](https://en.wikiquote.org/wiki/Martin_Fowler), British software engineer, author and international speaker on software development
3333
3434
## Python Coding Style Guide
3535

episodes/16-verifying-code-style-linters.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: Verifying Code Style Using Linters
3-
start: no
2+
title: 1.6 Verifying Code Style Using Linters
43
teaching: 15
54
exercises: 5
65
---

episodes/17-section1-optional-exercises.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Optional Exercises for Section 1
2+
title: 1.7 Optional Exercises for Section 1
33
start: no
44
teaching: 0
55
exercises: 45

episodes/20-section2-intro.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: 'Section 2: Ensuring Correctness of Software at Scale'
3-
colour: '#fafac8'
4-
start: yes
53
teaching: 5
64
exercises: 0
75
---

0 commit comments

Comments
 (0)