Skip to content

Commit 81a302a

Browse files
Olivia-liufacebook-github-bot
authored andcommitted
Reorder the pages, renamed etrecord and etdump titles (#739)
Summary: Pull Request resolved: #739 1. We want to reorder the SDK pages according to TOC in https://docs.google.com/document/d/1JS5tcMZCsmNJyYHU_tVtf1fFvwif0nuW5wJqq0JtH3Q/edit?usp=sharing 2. Discussed the changed titles with Tarun Reviewed By: tarun292 Differential Revision: D50097864 fbshipit-source-id: 04b917346521dd64e7836de058a9012c56860454
1 parent b167f04 commit 81a302a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ Topics in this section will help you get started with ExecuTorch.
172172
:hidden:
173173

174174
sdk-overview
175+
sdk-etrecord
176+
sdk-etdump
175177
sdk-profiling
178+
sdk-inspector
176179
sdk-bundled-io
177180
sdk-delegate-integration
178-
sdk-etdump
179-
sdk-inspector
180-
sdk-etrecord
181181

182182
.. toctree::
183183
:glob:

docs/source/sdk-etdump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ETDump - ExecuTorch Dump
1+
# Prerequisite | ETDump - ExecuTorch Dump
22

33
ETDump (ExecuTorch Dump) is one of the core components of the ExecuTorch SDK experience. It is the mechanism through which all forms of profiling and debugging data is extracted from the runtime. Users can't parse ETDump directly; instead, they should pass it into the Inspector API, which deserializes the data, offering interfaces for flexible analysis and debugging.
44

docs/source/sdk-etrecord.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ETRecord
2-
========
1+
Prerequisite | ETRecord - ExecuTorch Record
2+
===========================================
33

44
Overview
55
--------

0 commit comments

Comments
 (0)