From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Date: Thu, 04 May 2023 18:41:21 +0000 Subject: Re: [PATCH v3] docs: directive `alias` for redirects Message-Id: <87ednwndm6.fsf@meer.lwn.net> List-Id: References: <20230504180210.727364-1-costa.shul@redhat.com> In-Reply-To: <20230504180210.727364-1-costa.shul@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Costa Shulyupin , Mauro Carvalho Chehab , linux-doc@vger.kernel.org Cc: Costa Shulyupin , Vineet Gupta , Jonas Bonn , Stefan Kristiansson , Stafford Horne , "James E.J. Bottomley" , Helge Deller , Yoshinori Sato , Rich Felker , John Paul Adrian Glaubitz , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , "maintainer:X86 ARCHITECTURE (32-BIT AND 64-BIT)" , "H. Peter Anvin" , Yanteng Si , Geert Uytterhoeven , Max Filippov , "open list:SYNOPSYS ARC ARCHITECTURE" , open list , "open list:IA64 (Itanium) PLATFORM" , "open list:OPENRISC ARCHITECTURE" , "open list:PARISC ARCHITECTURE" , "open list:SUPERH" Costa Shulyupin writes: > and several redirects for moved main arch pages > > Problems: > - The documentation lacks hierarchy > - Relocating pages disrupts external links to > the documentation and causes confusion for users > > Benefits: > - Users can easily access relocated pages from external resources > - Using redirects frees up options for reorganizing the documentation > > The solution: > - Introduced directive `alias` which declares previous path of > a moved document as the argument. > - Redirects are implemented with Sphinx extension rediraffe_redirects. > > Signed-off-by: Costa Shulyupin > > --- > > Changes: > - complete new implementation I honestly don't know why you keep throwing versions of this at us. In the absence of observed problems, I don't see the value in adding infrastructure that we have to maintain going forward. Please stop with this for now. Thanks, jon