From ee74ea26f3bdf3e706d08ffc9cfec8f229ea20e7 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Thu, 26 Oct 2023 14:16:03 +0300 Subject: [PATCH] doc: x86: Use start-after to include after right part In the documentation recently started to appear ':orphan:', which is marking for orphaned page. Use start-after to include after marking. Signed-off-by: Andrei Emeltchenko --- boards/x86/common/efi_boot.rst | 2 ++ boards/x86/common/net_boot.rst | 2 ++ boards/x86/intel_adl/doc/index.rst | 1 + boards/x86/intel_ehl/doc/index.rst | 2 ++ boards/x86/intel_rpl/doc/index.rst | 1 + boards/x86/up_squared/doc/index.rst | 3 ++- 6 files changed, 10 insertions(+), 1 deletion(-) diff --git a/boards/x86/common/efi_boot.rst b/boards/x86/common/efi_boot.rst index bfd88d276f5..54a08386d5d 100644 --- a/boards/x86/common/efi_boot.rst +++ b/boards/x86/common/efi_boot.rst @@ -1,5 +1,7 @@ :orphan: +.. start_include_here + Preparing the Boot Device ------------------------- diff --git a/boards/x86/common/net_boot.rst b/boards/x86/common/net_boot.rst index 20e2de0f45b..ae301bea0c4 100644 --- a/boards/x86/common/net_boot.rst +++ b/boards/x86/common/net_boot.rst @@ -1,5 +1,7 @@ :orphan: +.. start_include_here + Prepare Linux host ------------------ diff --git a/boards/x86/intel_adl/doc/index.rst b/boards/x86/intel_adl/doc/index.rst index f009c1c2268..63a518248b8 100644 --- a/boards/x86/intel_adl/doc/index.rst +++ b/boards/x86/intel_adl/doc/index.rst @@ -60,5 +60,6 @@ Booting the Alder Lake N CRB Board using UEFI ============================================= .. include:: ../../common/efi_boot.rst + :start-after: start_include_here .. _INTEL_ADL: https://edc.intel.com/content/www/us/en/design/products/platforms/processor-and-core-i3-n-series-datasheet-volume-1-of-2/ diff --git a/boards/x86/intel_ehl/doc/index.rst b/boards/x86/intel_ehl/doc/index.rst index 76661961c97..1aa8f530155 100644 --- a/boards/x86/intel_ehl/doc/index.rst +++ b/boards/x86/intel_ehl/doc/index.rst @@ -56,11 +56,13 @@ Booting the Elkhart Lake CRB Board using UEFI ============================================= .. include:: ../../common/efi_boot.rst + :start-after: start_include_here Booting the Elkhart Lake CRB Board over network =============================================== .. include:: ../../common/net_boot.rst + :start-after: start_include_here .. note:: To enable PXE boot for Elkhart Lake CRB board do the following: diff --git a/boards/x86/intel_rpl/doc/index.rst b/boards/x86/intel_rpl/doc/index.rst index c9db4c0fe3f..b9c64ded19e 100644 --- a/boards/x86/intel_rpl/doc/index.rst +++ b/boards/x86/intel_rpl/doc/index.rst @@ -56,5 +56,6 @@ Booting the Raptor Lake S CRB Board using UEFI ============================================== .. include:: ../../common/efi_boot.rst + :start-after: start_include_here .. _RPL: https://www.intel.com/content/www/us/en/newsroom/resources/13th-gen-core.html#gs.glf2fn diff --git a/boards/x86/up_squared/doc/index.rst b/boards/x86/up_squared/doc/index.rst index 35dc68ac533..bf40fa16ba2 100644 --- a/boards/x86/up_squared/doc/index.rst +++ b/boards/x86/up_squared/doc/index.rst @@ -80,7 +80,7 @@ Booting the UP Squared Board using UEFI ======================================= .. include:: ../../common/efi_boot.rst - + :start-after: start_include_here .. note:: Refer to the `UP Squared Serial Console Wiki page @@ -98,6 +98,7 @@ Booting the UP Squared Board over network ========================================= .. include:: ../../common/net_boot.rst + :start-after: start_include_here .. note:: Refer to the `UP Squared Serial Console Wiki page