Skip to content

Commit f356fa3

Browse files
committed
DOC: rm bit about why notebooks.
Too much info for contrib landing page, and description of tooling is out-of-date.
1 parent aef4f0e commit f356fa3

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

site/contributing.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,6 @@ Images and real-life data make text more engaging and powerful, but be sure what
1212
you use is appropriately licensed and available. Here again, even a rough idea
1313
for artwork can be polished by others.
1414

15-
## Why Jupyter Notebooks?
16-
17-
The choice of Jupyter Notebook in this repo instead of the usual format
18-
([reStructuredText][rst])
19-
used in the main NumPy documentation has two reasons:
20-
21-
22-
* Jupyter notebooks are a common format for communicating scientific
23-
information.
24-
* Jupyter notebooks can be launched in [Binder](https://mybinder.org), so that users can interact
25-
with tutorials
26-
* rST may present a barrier for some people who might otherwise be very
27-
interested in contributing tutorial material.
28-
29-
[rst]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html
30-
31-
### Note
32-
33-
You may notice our content is in markdown format (`.md` files). We review and
34-
host notebooks in the [MyST-NB](https://myst-nb.readthedocs.io/) format. We
35-
accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`).
36-
If you want to author `MyST` notebooks in jupyterlab, check out the
37-
[jupyterlab_myst](https://mystmd.org/guide/quickstart-jupyter-lab-myst) extension!
38-
3915
## Adding your own tutorials
4016

4117
If you have your own tutorial in the form of a Jupyter notebook (an `.ipynb`

0 commit comments

Comments
 (0)