Skip to content

Commit 91e4ad8

Browse files
mergennachinpytorchbot
authored andcommitted
Reconfigure ET documentation orders (#3736)
Summary: Pull Request resolved: #3736 - 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. https://pytorch.org/executorch/stable/index.html Reviewed By: dbort Differential Revision: D57792707 fbshipit-source-id: 238b42f5caaeb85b8e6022cc6fb9045d2d4ea9cc (cherry picked from commit 01ae21d)
1 parent b979b40 commit 91e4ad8

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

docs/source/index.rst

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,26 +70,20 @@ Topics in this section will help you get started with ExecuTorch.
7070
:hidden:
7171

7272
intro-overview
73-
concepts
7473
intro-how-it-works
74+
getting-started-architecture
75+
concepts
7576

7677
.. toctree::
7778
:glob:
7879
:maxdepth: 1
7980
:caption: Getting Started
8081
:hidden:
8182

82-
getting-started-architecture
8383
getting-started-setup
84+
export-overview
8485
runtime-build-and-cross-compilation
8586

86-
.. toctree::
87-
:glob:
88-
:maxdepth: 2
89-
:caption: Working with LLMs
90-
:hidden:
91-
92-
llm/getting-started
9387

9488
.. toctree::
9589
:glob:
@@ -116,11 +110,11 @@ Topics in this section will help you get started with ExecuTorch.
116110

117111
.. toctree::
118112
:glob:
119-
:maxdepth: 1
120-
:caption: Exporting to ExecuTorch
113+
:maxdepth: 2
114+
:caption: Working with LLMs
121115
:hidden:
122116

123-
export-overview
117+
llm/getting-started
124118

125119
.. toctree::
126120
:glob:

0 commit comments

Comments
 (0)