You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,7 +100,8 @@ or spent making a change that will not be accepted by the Maintainers.
98
100
rr, cc = ski.draw.rectangle(start=(357, 44), end=(740, 720))
99
101
```
100
102
101
-
- For reading and writing images use the [imageio](https://imageio.readthedocs.io/en/stable/index.html) library, and avoid use of `skimage.io`. For example:
103
+
- For reading and writing images, use the [imageio](https://imageio.readthedocs.io/en/stable/index.html)
104
+
library and avoid use of `skimage.io`. For example:
102
105
```python
103
106
import imageio.v3 as iio
104
107
chair = iio.imread(uri="data/chair.jpg") # read an image
@@ -133,7 +136,8 @@ Although most contributions will be welcome at this stage of the curriculum's de
133
136
the time available to deliver the content in a training event is strictly limited
134
137
and needs to be accounted for when considering the addition of any new content.
135
138
If you want to suggest the addition of new content, especially whole new sections or episodes,
136
-
please open an issue to discuss this with the Maintainers first and provide the following information alongside a summary of the content to be added:
139
+
please open an issue to discuss this with the Maintainers first and provide the following
140
+
information alongside a summary of the content to be added:
137
141
138
142
1. A suggested location for the new content.
139
143
2. An estimate of how much time you estimate the new content would require in training
0 commit comments