Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ used in the main NumPy documentation has two reasons:

You may notice our content is in markdown format (`.md` files). We review and
host notebooks in the [MyST-NB](https://myst-nb.readthedocs.io/) format. We
accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`). If you want
to sync your `.ipynb` to your `.md` file follow the [pairing
tutorial](content/pairing.md).
accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`).
If you want to author `MyST` notebooks in jupyterlab, check out the
[jupyterlab_myst](https://mystmd.org/guide/quickstart-jupyter-lab-myst) extension!


### Adding your own tutorials

Expand Down
247 changes: 0 additions & 247 deletions content/pairing.md

This file was deleted.

1 change: 0 additions & 1 deletion ignore_testing
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
content/tutorial-deep-reinforcement-learning-with-pong-from-pixels.md
content/pairing.md
content/tutorial-style-guide.md
content/tutorial-nlp-from-scratch.md
4 changes: 2 additions & 2 deletions site/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ used in the main NumPy documentation has two reasons:
You may notice our content is in markdown format (`.md` files). We review and
host notebooks in the [MyST-NB](https://myst-nb.readthedocs.io/) format. We
accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`).
If you want to sync your `.ipynb` to your `.md` file follow the [pairing
tutorial](content/pairing).
If you want to author `MyST` notebooks in jupyterlab, check out the
[jupyterlab_myst](https://mystmd.org/guide/quickstart-jupyter-lab-myst) extension!

## Adding your own tutorials

Expand Down