Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate links in JAX documentation and rearrange on usage #13182

Merged
merged 1 commit into from Nov 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 15 additions & 14 deletions docs/index.rst
Expand Up @@ -15,7 +15,7 @@ parallelize, Just-In-Time compile to GPU/TPU, and more.
notebooks/Common_Gotchas_in_JAX

.. toctree::
:maxdepth: 2
:maxdepth: 1

jax-101/index

Expand Down Expand Up @@ -54,20 +54,9 @@ parallelize, Just-In-Time compile to GPU/TPU, and more.
notebooks/xmap_tutorial
multi_process

.. toctree::
:maxdepth: 1
:caption: Notes

api_compatibility
deprecation
concurrency
gpu_memory_allocation
profiling
device_memory_profiling
rank_promotion_warning

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Developer documentation

contributing
Expand All @@ -77,11 +66,23 @@ parallelize, Just-In-Time compile to GPU/TPU, and more.
jep/index

.. toctree::
:maxdepth: 3
:maxdepth: 1
:caption: API documentation

jax

.. toctree::
:maxdepth: 1
:caption: Notes

api_compatibility
deprecation
concurrency
gpu_memory_allocation
profiling
device_memory_profiling
rank_promotion_warning


Indices and tables
==================
Expand Down