Adding and expanding alt text for figures in episodes in section 5#502
Adding and expanding alt text for figures in episodes in section 5#502matt-graham wants to merge 6 commits intomainfrom
Conversation
Thank you!Thank you for your pull request 😃 🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}. If you have files that automatically render output (e.g. R Markdown), then you should check for the following:
Rendered Changes🔍 Inspect the changes: https://github.com/carpentries-incubator/python-intermediate-development/compare/md-outputs..md-outputs-PR-502 The following changes were observed in the rendered markdown documents: What does this mean?If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible. This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation. ⏱️ Updated at 2026-02-19 17:30:54 +0000 |
|
Also see #513 - where alt text was included in mermaid diagrams @matt-graham. |
bielsnohr
left a comment
There was a problem hiding this comment.
Overall, this looks good to me. Just a few minor changes to make before merging.
| { | ||
| alt='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.' | ||
| .image-with-shadow width="1000px" | ||
| } |
There was a problem hiding this comment.
As Aleks mentioned, this will get caught up in the Mermaid diagram changes, but since that will likely take some time to resolve, I would support getting this merged in to improve accessibility immediately, and then we deal with any conflicting changes in the Mermaid diagram PR #507
Co-authored-by: Matthew <6177028+bielsnohr@users.noreply.github.com>
Resolves #501
In some cases figures here already have alt-text attributes set but they are fairly minimal and not sufficient to convey same information as included in image so I have tried to expand these to be more descriptive.