From 1f7e5bf2612c9a273b6b7d8f320277b14fd692aa Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Sat, 23 Nov 2024 09:24:16 +0100 Subject: [PATCH] Fix programming guide TOC --- docs/sphinx/_toc.yml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index dcb35a51f6..f0ce57f9ec 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -37,7 +37,6 @@ subtrees: - entries: - file: how-to/hip_runtime_api/initialization - file: how-to/hip_runtime_api/memory_management - - file: how-to/hip_runtime_api/multi_device subtrees: - entries: - file: how-to/hip_runtime_api/memory_management/host_memory @@ -53,6 +52,7 @@ subtrees: - file: how-to/hip_runtime_api/cooperative_groups - file: how-to/hip_runtime_api/hipgraph - file: how-to/hip_runtime_api/call_stack + - file: how-to/hip_runtime_api/multi_device - file: how-to/hip_runtime_api/external_interop - file: how-to/hip_porting_guide - file: how-to/hip_porting_driver_api