Re: [PATCH] Documentation: index.rst: add entry of other sub-directory
From: Jonathan Corbet
Date: Fri Jun 12 2026 - 15:38:08 EST
Manuel Ebner <manuelebner@xxxxxxxxxxx> writes:
> add reference to scheduler/sched-rt-group.rst
>
> Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
> ---
> Documentation/core-api/real-time/index.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/core-api/real-time/index.rst b/Documentation/core-api/real-time/index.rst
> index f08d2395a22c..661b419e7f8f 100644
> --- a/Documentation/core-api/real-time/index.rst
> +++ b/Documentation/core-api/real-time/index.rst
> @@ -15,3 +15,4 @@ the required changes compared to a non-PREEMPT_RT configuration.
> differences
> hardware
> architecture-porting
> + Real-Time group scheduling <../../scheduler/sched-rt-group>
This file already appears in the toctree in
Documentation/scheduler/index.rst; adding it elsewhere can create build
problems. If you really want a link here, the way to do it is to add a
cross reference instead.
jon