From ee6965a21becfd2bb1e2ca763ada5f7cb6c75619 Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Fri, 24 May 2024 12:43:28 -0700 Subject: [PATCH] Reconfigure ET documentation orders Summary: - Demote "ExecuTorch Concepts" page to the back of "Intro" card - Move "High-level architecture" from "Getting Started" to "Introduction" - Remove a dedicated Export section and move that one page to "Getting Started" - Demote "Working with LLMs" to after "Tutorials" section. Differential Revision: D57792707 --- docs/source/index.rst | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 47feda0f783..52934b4ea6f 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -70,8 +70,9 @@ Topics in this section will help you get started with ExecuTorch. :hidden: intro-overview - concepts intro-how-it-works + getting-started-architecture + concepts .. toctree:: :glob: @@ -79,17 +80,10 @@ Topics in this section will help you get started with ExecuTorch. :caption: Getting Started :hidden: - getting-started-architecture getting-started-setup + export-overview runtime-build-and-cross-compilation -.. toctree:: - :glob: - :maxdepth: 2 - :caption: Working with LLMs - :hidden: - - llm/getting-started .. toctree:: :glob: @@ -116,11 +110,11 @@ Topics in this section will help you get started with ExecuTorch. .. toctree:: :glob: - :maxdepth: 1 - :caption: Exporting to ExecuTorch + :maxdepth: 2 + :caption: Working with LLMs :hidden: - export-overview + llm/getting-started .. toctree:: :glob: