Skip to content

Commit 8c47b10

Browse files
committed
update alt text
1 parent 75fc99c commit 8c47b10

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

content/12-extensions/extensions-example.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Here's the resulting image
3131

3232
```{image} test.png
3333
:align: center
34+
:alt: An image of the Mandelbrot set
3435
```
3536

3637
## Python with explicit loops

content/git/github.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on your github home page and click on the "+" icon and select "New repository":
1313

1414
```{image} github-new.png
1515
:align: center
16+
:alt: an image of a github profile homepage
1617
```
1718

1819
Now we give the repository a name. Let's use our initials, followed
@@ -26,6 +27,7 @@ not be empty initially.
2627

2728
```{image} github-create.png
2829
:align: center
30+
:alt: The github webpage for "create a new repository"
2931
```
3032

3133
Our project is now found at: ``https://github.com/ [username]/ [reponame]``,
@@ -112,6 +114,7 @@ Now we can git clone this repo. From the github project page, click on the
112114
113115
```{image} github-clone.png
114116
:align: center
117+
:alt: A github webpage for our class test repo, showing the "code" button selected
115118
```
116119
117120
Copy the string in the text box there and then on your command line clone

content/git/pull-requests.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ control that we can do with as we please. Click on the "fork" button.
5252

5353
```{image} github-fork.png
5454
:align: center
55+
:alt: The github webpage for our test repo with the "fork" button circled
5556
```
5657

5758
It may ask you where you want the fork to live—you want it to live
@@ -64,6 +65,7 @@ Now click on the *code* button and copy the SSH location.
6465

6566
```{image} github-copy-ssh.png
6667
:align: center
68+
:alt: our fork of the class test repo github web page with the code button pressed
6769
```
6870

6971
We want to add this fork as a new remote:
@@ -86,12 +88,14 @@ Now we can do all *pull-request*. Select "pull requests"
8688

8789
```{image} github-pr.png
8890
:align: center
91+
:alt: The github webpage of our fork of the class test repo
8992
```
9093

9194
Then click on the "New pull request" button, and you'll see something like:
9295

9396
```{image} github-pr2.png
9497
:align: center
98+
:alt: The github weboge showing a pull request, highlighting the difference between the fork and the upstream repo.
9599
```
96100

97101
This is showing that you are asking to merge the changes in your fork into the
@@ -112,6 +116,7 @@ The overall workflow that we did: fork, push to our fork, issue a PR, looks like
112116
```{image} github-workflow.png
113117
:align: center
114118
:width: 80%
119+
:alt: a diagram showing our workflow between the github class repo, our local macine, and our fork.
115120
```
116121

117122

content/git/version-control.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Consider the figure below:
123123

124124
```{image} distributed_version_control.png
125125
:align: center
126+
:alt: A diagram showing a central server and 3 machines interacting with their local rrepos and the center server
126127
```
127128

128129
We see:

0 commit comments

Comments
 (0)