Skip to content

Commit

Permalink
[docs] Rename "JAX in Parallelism" files so the URL matches the title.
Browse files Browse the repository at this point in the history
  • Loading branch information
skye committed Dec 1, 2022
1 parent 6213228 commit 51db1cf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
# TODO(jakevdp): enable execution on the following if possible:
'jax-101/*',
'notebooks/xmap_tutorial.*',
'notebooks/jax_Array.*',
'notebooks/Parallelism_with_JAX.*',
]

# -- Options for HTMLHelp output ---------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ parallelize, Just-In-Time compile to GPU/TPU, and more.

notebooks/autodiff_cookbook
multi_process
notebooks/jax_Array
notebooks/Parallelism_with_JAX
notebooks/vmapped_log_probs
notebooks/neural_network_with_tfds_data
notebooks/Custom_derivative_rules_for_Python_code
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 51db1cf

Please sign in to comment.