Skip to content

Commit a5063ee

Browse files
authored
Merge pull request #1423 from gnecula/colabs
Added How_JAX_primitives_work colab
2 parents a0bb2c0 + 73144fa commit a5063ee

File tree

3 files changed

+1660
-0
lines changed

3 files changed

+1660
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ build/
1010
dist/
1111
.mypy_cache/
1212
docs/notebooks/.ipynb_checkpoints/
13+
docs/_autosummary
14+
.idea
15+

docs/index.rst

+6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ For an introduction to JAX, start at the
1313

1414
notebooks/quickstart
1515
notebooks/autodiff_cookbook
16+
17+
.. toctree::
18+
:maxdepth: 1
19+
:caption: Advanced Tutorials
20+
1621
notebooks/Common_Gotchas_in_JAX
22+
notebooks/How_JAX_primitives_work
1723

1824
.. toctree::
1925
:maxdepth: 1

0 commit comments

Comments
 (0)