Skip to content

Commit 8af29e2

Browse files
authored
update contributing text
1 parent 3a5efea commit 8af29e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contributing/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Each tutorial is a [Jupyter notebook](https://jupyter.org/) file. Each notebook
2020

2121
### Template intro
2222

23-
The first cell in every tutorial notebook is a markdown cell used for the title, author list, keywords, and summary. It should adhere to the following format:
23+
The first cell in every tutorial notebook is a markdown cell used for the title, author list, keywords, and summary. All of this information should be contained in a single cell and should adhere to the following format:
2424

2525
```
2626
# Title name
@@ -44,7 +44,7 @@ In this tutorial, we will download a data file, do something to it, and then
4444
visualize it.
4545
```
4646

47-
The second cell in every tutorial notebook is a code cell used to display required packages for users, and should be the following lines (this expects the `requirements.txt` file in the notebook's directory with a list of required packages to be present):
47+
The second cell in every tutorial notebook is a code cell used to display required packages for users, and should be the following lines (this expects the `requirements.txt` file to be present in the notebook's directory):
4848

4949
```
5050
with open('requirements.txt') as f:

0 commit comments

Comments
 (0)