diff --git a/docs/source/sdk-bundled-io.md b/docs/source/sdk-bundled-io.md deleted file mode 100644 index 488ade7bac8..00000000000 --- a/docs/source/sdk-bundled-io.md +++ /dev/null @@ -1,3 +0,0 @@ -# Bundled Program -- a Tool for ExecuTorch Model Validation - -Please update your link to . This URL will be deleted after v0.4.0. diff --git a/docs/source/sdk-debugging.md b/docs/source/sdk-debugging.md deleted file mode 100644 index 3e975875f21..00000000000 --- a/docs/source/sdk-debugging.md +++ /dev/null @@ -1,3 +0,0 @@ -# Debugging Models in ExecuTorch - -Please update your link to . This URL will be deleted after v0.4.0. diff --git a/docs/source/sdk-delegate-integration.md b/docs/source/sdk-delegate-integration.md deleted file mode 100644 index 7c2c9e92a90..00000000000 --- a/docs/source/sdk-delegate-integration.md +++ /dev/null @@ -1,3 +0,0 @@ -# Debug in Delegates - -Please update your link to . This URL will be deleted after v0.4.0. diff --git a/docs/source/sdk-etdump.md b/docs/source/sdk-etdump.md deleted file mode 100644 index a765d4cf1b4..00000000000 --- a/docs/source/sdk-etdump.md +++ /dev/null @@ -1,3 +0,0 @@ -# Prerequisite | ETDump - ExecuTorch Dump - -Please update your link to . This URL will be deleted after v0.4.0. diff --git a/docs/source/sdk-etrecord.rst b/docs/source/sdk-etrecord.rst deleted file mode 100644 index ee8f9b2b2d2..00000000000 --- a/docs/source/sdk-etrecord.rst +++ /dev/null @@ -1,4 +0,0 @@ -Prerequisite | ETRecord - ExecuTorch Record -=========================================== - -Please update your link to . This URL will be deleted after v0.4.0. diff --git a/docs/source/sdk-inspector.rst b/docs/source/sdk-inspector.rst deleted file mode 100644 index 0019528f419..00000000000 --- a/docs/source/sdk-inspector.rst +++ /dev/null @@ -1,4 +0,0 @@ -Inspector APIs -============== - -Please update your link to . This URL will be deleted after v0.4.0. diff --git a/docs/source/sdk-overview.md b/docs/source/sdk-overview.md deleted file mode 100644 index 1e8f1fae1ba..00000000000 --- a/docs/source/sdk-overview.md +++ /dev/null @@ -1,3 +0,0 @@ -# Introduction to the ExecuTorch Developer Tools - -Please update your link to . This URL will be deleted after v0.4.0. diff --git a/docs/source/sdk-profiling.md b/docs/source/sdk-profiling.md deleted file mode 100644 index 9c99a979757..00000000000 --- a/docs/source/sdk-profiling.md +++ /dev/null @@ -1,3 +0,0 @@ -# Profiling Models in ExecuTorch - -Please update your link to . This URL will be deleted after v0.4.0. diff --git a/docs/source/sdk-tutorial.md b/docs/source/sdk-tutorial.md deleted file mode 100644 index 457d3b47ebf..00000000000 --- a/docs/source/sdk-tutorial.md +++ /dev/null @@ -1,3 +0,0 @@ -## Developer Tools Usage Tutorial - -Please update your link to . This URL will be deleted after v0.4.0. diff --git a/docs/source/tutorials_source/sdk-integration-tutorial.py b/docs/source/tutorials_source/sdk-integration-tutorial.py deleted file mode 100644 index b9a8009c646..00000000000 --- a/docs/source/tutorials_source/sdk-integration-tutorial.py +++ /dev/null @@ -1,13 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. -# -# This source code is licensed under the BSD-style license found in the -# LICENSE file in the root directory of this source tree. - -""" -Using the ExecuTorch Developer Tools to Profile a Model -======================== - -Please update your link to . This URL will be deleted after v0.4.0. -"""