We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee015cf + 64b5f63 commit c5ea9dfCopy full SHA for c5ea9df
site/contributing.md
@@ -42,7 +42,7 @@ You may notice our content is in markdown format (`.md` files). We review and
42
host notebooks in the [MyST-NB](https://myst-nb.readthedocs.io/) format. We
43
accept both Jupyter notebooks (`.ipynb`) and MyST-NB notebooks (`.md`).
44
If you want to sync your `.ipynb` to your `.md` file follow the [pairing
45
-tutorial](content/pairing.md).
+tutorial](content/pairing).
46
47
```{toctree}
48
:hidden:
tox.ini
@@ -28,7 +28,7 @@ deps =
28
devdeps: matplotlib>=0.0.dev0
29
devdeps: pandas>=0.0.dev0
30
31
-allowlist_externals = bash
+allowlist_externals = bash, make
32
33
commands =
34
# Force numpy reinstall to work around upper version limits in downstream dependencies (e.g. pandas)
0 commit comments