Commit 897e8d5
committed
Replace relative image paths with URL to tagged image
This is being done so that images will work in the 2.0.0 release
published to PyPI. Images do not load from a README in PyPI if they
are relative paths to files in the repository, so a URL is being
used instead. Moreover, the URL contains the v2.0.0 tag in the
path. This will ensure that even if the images change or are
deleted in the future, the published version will display the
images from publication time.
These changes are only intended for PyPI, so the commit will be
rolled back beyond the tag commit.1 parent a2655e8 commit 897e8d5
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments