Skip to content

More doc placeholders #8523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ Topics in this section will help you get started with ExecuTorch.
using-executorch-ios
using-executorch-cpp
using-executorch-troubleshooting
using-executorch-faqs
using-executorch-building-from-source

.. toctree::
:glob:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building with CMake
# Building from Source

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FAQs and Common Issues
# Frequently Asked Questions

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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/using-executorch-troubleshooting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Troubleshooting, Profiling, and Optimization
# Profiling and Debugging

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