Skip to content

Commit 13e0e9c

Browse files
committed
Remove 'alt' text from HTML comments
1 parent a3b5fa9 commit 13e0e9c

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

episodes/20-section2-intro.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ so we should try and employ such practices early on.
3333
We will also make use of techniques and infrastructure that allow us to do this
3434
in a scalable, automated and more performant way as our codebase grows.
3535

36-
<--
37-
alt="Topics on verifying software correctness covered in the current section: testing frameworks, automating and scaling up testing, and code debugging"
38-
-->
3936
```mermaid
4037
flowchart LR
4138
accDescr {Topics on verifying software correctness covered in the current section: testing frameworks, automating and scaling up testing, and code debugging}

episodes/30-section3-intro.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ exercises: 0
2121
In this section, we will take a step back from coding development practices and tools
2222
and look at the bigger picture of software as a *process* of development.
2323

24-
<!--
25-
alt="Topics on software engineering process covered in the current section: gathering requirements, software architecture & design, programming paradigms"
26-
-->
27-
2824
```mermaid
2925
flowchart LR
3026
accDescr {Topics on software engineering process covered in the current section: gathering requirements, software architecture & design, programming paradigms}

episodes/50-section5-intro.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ how the outside world interacts with and makes use of our software,
3030
how others can interact with ourselves to report issues,
3131
and the ways we can successfully manage software improvement in response to feedback.
3232

33-
<!--
34-
alt="Topics on collaborative software development covered in the current section: issue management, project management, agile development"
35-
-->
3633
```mermaid
3734
flowchart LR
3835
accDescr {Topics on collaborative software development covered in the current section: issue management, project management, agile development}

0 commit comments

Comments
 (0)