From cb3762e5dd18a87317eacb833dc2171853a8b947 Mon Sep 17 00:00:00 2001 From: Ravin Kumar Date: Tue, 8 Nov 2022 14:45:58 -0800 Subject: [PATCH] Consolidate links in JAX documentation Move notes down --- docs/index.rst | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 334fe9d85..04fdfc0a0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 @@ -54,6 +54,23 @@ parallelize, Just-In-Time compile to GPU/TPU, and more. notebooks/xmap_tutorial multi_process + +.. toctree:: + :maxdepth: 1 + :caption: Developer documentation + + contributing + developer + jax_internal_api + autodidax + jep/index + +.. toctree:: + :maxdepth: 1 + :caption: API documentation + + jax + .. toctree:: :maxdepth: 1 :caption: Notes @@ -66,22 +83,6 @@ parallelize, Just-In-Time compile to GPU/TPU, and more. device_memory_profiling rank_promotion_warning -.. toctree:: - :maxdepth: 2 - :caption: Developer documentation - - contributing - developer - jax_internal_api - autodidax - jep/index - -.. toctree:: - :maxdepth: 3 - :caption: API documentation - - jax - Indices and tables ==================