Messages in this thread |  | | From | Jonathan Corbet <> | | Subject | Re: [PATCH] Documentation: index.rst: add entry of other sub-directory | | Date | Fri, 12 Jun 2026 13:30:13 -0600 |
| |
Manuel Ebner <manuelebner@mailbox.org> writes:
> add reference to scheduler/sched-rt-group.rst > > Signed-off-by: Manuel Ebner <manuelebner@mailbox.org> > --- > 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
|  |