From 33fbeb6f6aaed684a7ba86654512a1e2adf02b40 Mon Sep 17 00:00:00 2001 From: Guillaume Viejo Date: Mon, 13 May 2024 15:12:11 -0400 Subject: [PATCH] update docs --- docs/pynajax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pynajax.md b/docs/pynajax.md index 52634d6e..75e46e3b 100644 --- a/docs/pynajax.md +++ b/docs/pynajax.md @@ -27,7 +27,7 @@ tsd = nap.Tsd(t=np.arange(100), d=np.random.randn(100)) tsd.convolve(np.ones(11)) ``` -This documentation page keeps tracks of the list of pynapple functions that can be jax-accelerated as well as their performances compared to pure numba. +This [documentation page](https://pynapple-org.github.io/pynajax/generated/gallery/) keeps tracks of the list of pynapple functions that can be jax-accelerated as well as their performances compared to pure numba. ### Installation issues