Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-07 Thread Nícolas F . R . A . Prado
On Sat, Apr 05, 2025 at 10:17:16AM +0900, Akira Yokosawa wrote: > Hi, > > Nícolas F. R. A. Prado wrote: > > Given that the automarkup Sphinx plugin cross-references > > "Documentation/*.rst" strings in the text to the corresponding > > documents, surrounding those strings with the literal markup (

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-06 Thread Mauro Carvalho Chehab
Em Fri, 04 Apr 2025 11:37:28 -0400 Nícolas F. R. A. Prado escreveu: > Given that the automarkup Sphinx plugin cross-references > "Documentation/*.rst" strings in the text to the corresponding > documents, surrounding those strings with the literal markup (``) not > only adds unnecessary markup in

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-05 Thread Jonathan Cameron
On Fri, 04 Apr 2025 11:42:54 -0600 Jonathan Corbet wrote: > Jonathan Cameron writes: > > > On Fri, 04 Apr 2025 11:37:28 -0400 > > Nícolas F. R. A. Prado wrote: > > > >> Given that the automarkup Sphinx plugin cross-references > >> "Documentation/*.rst" strings in the text to the correspondin

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread Akira Yokosawa
Hi, Nícolas F. R. A. Prado wrote: > Given that the automarkup Sphinx plugin cross-references > "Documentation/*.rst" strings in the text to the corresponding > documents, surrounding those strings with the literal markup (``) not > only adds unnecessary markup in the source files, but actually pre

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread Jonathan Cameron
On Fri, 04 Apr 2025 11:37:28 -0400 Nícolas F. R. A. Prado wrote: > Given that the automarkup Sphinx plugin cross-references > "Documentation/*.rst" strings in the text to the corresponding > documents, surrounding those strings with the literal markup (``) not > only adds unnecessary markup in th

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread SeongJae Park
On Fri, 04 Apr 2025 11:37:28 -0400 Nícolas F. R. A. Prado wrote: > Given that the automarkup Sphinx plugin cross-references > "Documentation/*.rst" strings in the text to the corresponding > documents, surrounding those strings with the literal markup (``) not > only adds unnecessary markup in t

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread Jonathan Corbet
Jonathan Cameron writes: > On Fri, 04 Apr 2025 11:37:28 -0400 > Nícolas F. R. A. Prado wrote: > >> Given that the automarkup Sphinx plugin cross-references >> "Documentation/*.rst" strings in the text to the corresponding >> documents, surrounding those strings with the literal markup (``) not >

[PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread Nícolas F . R . A . Prado
Given that the automarkup Sphinx plugin cross-references "Documentation/*.rst" strings in the text to the corresponding documents, surrounding those strings with the literal markup (``) not only adds unnecessary markup in the source files, but actually prevents the automatic cross-referencing to ha