Skip to content

Commit fc6b96b

Browse files
committed
Remove incorrect use of accTitle
1 parent 47166d4 commit fc6b96b

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

episodes/50-section5-intro.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,17 @@ how others can interact with ourselves to report issues,
3131
and the ways we can successfully manage software improvement in response to feedback.
3232

3333
```mermaid
34-
flowchart LR
35-
accTitle Topics on collaborative software development covered in the current section: issue management, project management, agile development
36-
accDescr {Flow chart showing five stages in software management lifecycle: 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 - issue reporting & prioritisation, Agile development in sprints, software project management.}
37-
A(1. Setting up software environment)
38-
A --> B(2. Verifying software correctness)
39-
B --> C(3. Software development as a process)
40-
C --> D(4. Collaborative development for reuse)
41-
E("`5. Managing software over its lifetime
42-
- Issue reporting & prioritisation
43-
- Agile development in sprints
44-
- Software project management`")
45-
D --> E
34+
flowchart LR
35+
accDescr {Flow chart showing five stages in software management lifecycle: 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 - issue reporting & prioritisation, Agile development in sprints, software project management.}
36+
A(1. Setting up software environment)
37+
A --> B(2. Verifying software correctness)
38+
B --> C(3. Software development as a process)
39+
C --> D(4. Collaborative development for reuse)
40+
E("`5. Managing software over its lifetime
41+
- Issue reporting & prioritisation
42+
- Agile development in sprints
43+
- Software project management`")
44+
D --> E
4645
```
4746

4847
In this section we will:

0 commit comments

Comments
 (0)