Skip to content

Remove "TBA" runtime docs #913

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

Closed
wants to merge 2 commits into from
Closed
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ and feedback about ExecuTorch using the tag **#executorch** and
our [GitHub repository](https://github.com/pytorch/executorch/issues)
for bug reporting.

The ExecuTorch code and APIs are still changing quickly, and there are not yet
any guarantees about forward/backward source compatibility. We recommend using
the latest `v#.#.#` release tag from the
[Releases](https://github.com/pytorch/executorch/releases) page when
experimenting with this preview release.

## Directory Structure [WIP]

```
Expand Down
2 changes: 0 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ Topics in this section will help you get started with ExecuTorch.

runtime-overview
runtime-backend-delegate-implementation-and-linking
runtime-custom-memory-allocator
runtime-error-handling
runtime-platform-abstraction-layer

.. toctree::
Expand Down
3 changes: 0 additions & 3 deletions docs/source/runtime-custom-memory-allocator.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/source/runtime-error-handling.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/source/runtime-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ For more details about the ExecuTorch runtime, please see:
* [Runtime API Tutorial](running-a-model-cpp-tutorial.md)
* [Runtime Build and Cross Compilation](runtime-build-and-cross-compilation.md)
* [Runtime Platform Abstraction Layer](runtime-platform-abstraction-layer.md)
* [Custom Memory Allocation](runtime-custom-memory-allocator.md)
* [Runtime Error Handling](runtime-error-handling.md)
* [Runtime Profiling](sdk-profiling.md)
* [Backends and Delegates](compiler-delegate-and-partitioner.md)
* [Backend Delegate Implementation](runtime-backend-delegate-implementation-and-linking.md)
Expand Down