From fed4f81e30be0abc9da609ffcff1611189379a02 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 18 Jul 2022 11:46:38 -0700 Subject: [PATCH] doc: include sample app doc but unhook from toctree Documentation for the sample app isn't ready for the public, so let's not add it to the toctree yet (use the :orphan: role to stop Sphinx from complaining about an unreferenced .rst file) Tracked-On: #7820 Signed-off-by: David B. Kinder --- doc/try.rst | 1 - misc/sample_application/README.rst | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/try.rst b/doc/try.rst index abbbcdd7e..0f145adf1 100644 --- a/doc/try.rst +++ b/doc/try.rst @@ -15,7 +15,6 @@ hypervisor, the Service VM, and a User VM on a supported Intel target platform. reference/hardware getting-started/overview_dev getting-started/getting-started - misc/sample_application/README After getting familiar with ACRN development, check out these :ref:`develop_acrn` for information about more-advanced scenarios and enabling diff --git a/misc/sample_application/README.rst b/misc/sample_application/README.rst index 8f198729d..700bcab46 100644 --- a/misc/sample_application/README.rst +++ b/misc/sample_application/README.rst @@ -1,3 +1,5 @@ +:orphan: + .. _sample-app: ACRN Sample Application