Skip to content

Commit bd0daf9

Browse files
committed
Add README for old folders (#933)
Summary: Pull Request resolved: #933 There are a bunch of folders that are not relevant anymore, all of them are revamped in the new documentation webpage. Let's just create a warning README for now before consolidating. This will hopefully reduce confusion for readers who are just exploring the codebase. Reviewed By: dbort Differential Revision: D50307968 fbshipit-source-id: 80e0d929b9cf7bbb0ed067945cf3ae80652698c9
1 parent d0b7d72 commit bd0daf9

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

docs/website/docs/contributors/design_docs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/website/docs/export/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Deprecated folder
2+
3+
This folder is deprecated. For up-to-date comprehensive technical overview of ExecuTorch and step-by-step tutorials,
4+
please visit our [documentation website](https://pytorch.org/executorch). For export tutorial, please visit [`torch.export()`](https://pytorch.org/docs/main/export.html).

docs/website/docs/ir_spec/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Deprecated folder
2+
3+
This folder is deprecated. For up-to-date comprehensive technical overview of ExecuTorch and step-by-step tutorials,
4+
please visit our [documentation website](https://pytorch.org/executorch).

docs/website/docs/sdk/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Deprecated folder
2+
3+
This folder is deprecated. For up-to-date comprehensive technical overview of ExecuTorch and step-by-step tutorials,
4+
please visit our [documentation website](https://pytorch.org/executorch).

docs/website/docs/tutorials/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Deprecated folder
2+
3+
This folder is deprecated. For up-to-date comprehensive technical overview of ExecuTorch and step-by-step tutorials,
4+
please visit our [documentation website](https://pytorch.org/executorch).

0 commit comments

Comments
 (0)