Skip to content

Commit 9a28d49

Browse files
authored
Update CONTRIBUTING.md
1 parent c23ea38 commit 9a28d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Tip, especially for newcomers: prefer short, self-contained Pull Requests over l
4343

4444
### Process for working on a notebook
4545

46-
1. Work on your notebook in `fdm-devito-notebooks`. This contains all of the Jupyter notebooks (`.ipynb` files) that make up the book. We recommend you run:
46+
1. Work on your notebook in `fdm-devito-notebooks`. This contains all of the Jupyter Notebooks (`.ipynb` files) that make up the book. We recommend you run:
4747

4848
```
4949
jupyter notebook fdm-devito-notebooks
5050
```
5151

52-
and navigate to the notebook you are working on in your browser.
52+
and navigate to the notebook you are working on in your browser. The [Jupyter Notebook docs](https://jupyter-notebook.readthedocs.io/en/latest/?badge=latest) are a good place to start if you are unfamiliar with Jupyter Notebook.
5353

5454
2. Once you are happy that the notebook has been successfully "Devito-fied", submit a pull request as described above. More information on what constitutes a 'complete' notebook is available in this [readme](https://github.com/devitocodes/devito_book/blob/master/fdm-devito-notebooks/README.md).
5555

0 commit comments

Comments
 (0)