Re: [PATCH] Documentation: intel-pstate: Use :ref: directive for internal linking
From: Rafael J. Wysocki
Date: Mon Nov 03 2025 - 13:23:51 EST
On Sun, Nov 2, 2025 at 5:56 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
>
>
> On 10/31/25 10:56 PM, Bagas Sanjaya wrote:
> > pstate docs uses standard reST construct (`Section title`_) for
> > cross-referencing sections (internal linking), rather than for external
> > links. Incorrect cross-references are not caught when these are written
> > in that syntax, however (fortunately docutils 0.22 raise duplicate
> > target warnings that get fixed in cb908f8b0acc7e ("Documentation:
> > intel_pstate: fix duplicate hyperlink target errors")).
> >
> > Convert the cross-references to use :ref: directive, which doesn't
> > exhibit this problem.
> >
> > Signed-off-by: Bagas Sanjaya <bagasdotme@xxxxxxxxx>
>
> LGTM. Thanks.
>
> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Applied as 6.19 material, thanks!