Skip to content

Commit 6272d04

Browse files
committed
small fixes to formatting
1 parent 624a104 commit 6272d04

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ If you plan to submit a pull request, please open an issue
7373
or spent making a change that will not be accepted by the Maintainers.
7474

7575
#### Style / content guidelines
76-
- If you add an image / figure that was generated from python code, please include this code in your PR under `episodes/fig/source`.
76+
- If you add an image / figure that was generated from python code, please include this
77+
code in your PR under `episodes/fig/source`.
7778

78-
- Use the terms in the table below, when referring to python libraries within the lesson. The table gives two terms
79-
for each library: `Term for descriptive text` which should be used when discussing the library in plain English /
80-
full sentences and `Term for code` which should be used when referring to code (and within code).
79+
- Use the terms in the table below, when referring to python libraries within the lesson.
80+
The table gives two terms for each library: `Term for descriptive text` which should be
81+
used when discussing the library in plain English / full sentences and `Term for code`
82+
which should be used when referring to code (and within code).
8183

8284
| Python library | Term for descriptive text | Term for code |
8385
| :------------- | :------------- | :------------- |
@@ -98,7 +100,8 @@ or spent making a change that will not be accepted by the Maintainers.
98100
rr, cc = ski.draw.rectangle(start=(357, 44), end=(740, 720))
99101
```
100102

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:
102105
```python
103106
import imageio.v3 as iio
104107
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
133136
the time available to deliver the content in a training event is strictly limited
134137
and needs to be accounted for when considering the addition of any new content.
135138
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:
137141

138142
1. A suggested location for the new content.
139143
2. An estimate of how much time you estimate the new content would require in training

0 commit comments

Comments
 (0)