Skip to content

Commit 7bc0f70

Browse files
committed
Fix the title to show nicely in sphinx
1 parent 75c2236 commit 7bc0f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/notebooks/How_JAX_primitives_work.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"colab_type": "text"
2222
},
2323
"source": [
24-
"# JAX primitives\n",
24+
"# How JAX primitives work\n",
2525
"\n",
26-
"*necula@google.com*, September 2019.\n",
26+
"*necula@google.com*, October 2019.\n",
2727
"\n",
2828
"JAX implements certain transformations of Python functions, e.g., `jit`, `grad`,\n",
2929
"`vmap`, or `pmap`. The Python functions to be transformed must be JAX-traceable, \n",

0 commit comments

Comments
 (0)