Skip to content

Commit 0a4ed6e

Browse files
committed
More doc placeholders (#8523)
* Move cmake and faq docs to new location * Rename CMake build to Building from Source
1 parent 8898367 commit 0a4ed6e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Topics in this section will help you get started with ExecuTorch.
9393
using-executorch-ios
9494
using-executorch-cpp
9595
using-executorch-troubleshooting
96+
using-executorch-faqs
97+
using-executorch-building-from-source
9698

9799
.. toctree::
98100
:glob:

docs/source/runtime-build-and-cross-compilation.md renamed to docs/source/using-executorch-building-from-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Building with CMake
1+
# Building from Source
22

3-
ExecuTorch uses [CMake](https://cmake.org/) as its primary build system.
3+
ExecuTorch uses [CMake](https://cmake.org/) as the primary build system.
44
Even if you don't use CMake directly, CMake can emit scripts for other format
55
like Make, Ninja or Xcode. For information, see [cmake-generators(7)](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html).
66

docs/source/getting-started-faqs.md renamed to docs/source/using-executorch-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FAQs and Common Issues
1+
# Frequently Asked Questions
22

33
This page summarizes frequently asked questions and provides guidance on issues that commonly occur when adopting ExecuTorch.
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Troubleshooting, Profiling, and Optimization
1+
# Profiling and Debugging
22

33
Placeholder for top-level troubleshooting, profiling, and devtool docs

0 commit comments

Comments
 (0)