From: Jonathan Cameron <jic23@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: "Jonathan Cameron" <Jonathan.Cameron@huawei.com>,
"Nícolas F. R. A. Prado" <nfraprado@collabora.com>,
"Andrew Morton" <akpm@linux-foundation.org>,
"Vinod Koul" <vkoul@kernel.org>,
"Eric Biggers" <ebiggers@kernel.org>,
"Theodore Y. Ts'o" <tytso@mit.edu>,
"Jaegeuk Kim" <jaegeuk@kernel.org>,
"Lars-Peter Clausen" <lars@metafoo.de>,
"David S. Miller" <davem@davemloft.net>,
"Eric Dumazet" <edumazet@google.com>,
"Jakub Kicinski" <kuba@kernel.org>,
"Paolo Abeni" <pabeni@redhat.com>,
"Simon Horman" <horms@kernel.org>,
"Maxime Chevallier" <maxime.chevallier@bootlin.com>,
"James Bottomley" <James.Bottomley@HansenPartnership.com>,
"Jarkko Sakkinen" <jarkko@kernel.org>,
"Mimi Zohar" <zohar@linux.ibm.com>,
"Jaroslav Kysela" <perex@perex.cz>,
"Takashi Iwai" <tiwai@suse.com>,
"Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Richard Weinberger" <richard@nod.at>,
"Anton Ivanov" <anton.ivanov@cambridgegreys.com>,
"Johannes Berg" <johannes@sipsolutions.net>,
kernel@collabora.com, linux-mm@kvack.org,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
dmaengine@vger.kernel.org, linux-fscrypt@vger.kernel.org,
linux-iio@vger.kernel.org, netdev@vger.kernel.org,
workflows@vger.kernel.org, linux-integrity@vger.kernel.org,
keyrings@vger.kernel.org, linux-sound@vger.kernel.org,
linux-media@vger.kernel.org, linux-um@lists.infradead.org
Subject: Re: [PATCH] docs: Remove literal markup from Documentation/ paths
Date: Sat, 5 Apr 2025 16:31:58 +0100 [thread overview]
Message-ID: <20250405163158.55935fdf@jic23-huawei> (raw)
In-Reply-To: <874iz3g6w1.fsf@trenco.lwn.net>
On Fri, 04 Apr 2025 11:42:54 -0600
Jonathan Corbet <corbet@lwn.net> wrote:
> Jonathan Cameron <Jonathan.Cameron@huawei.com> writes:
>
> > On Fri, 04 Apr 2025 11:37:28 -0400
> > Nícolas F. R. A. Prado <nfraprado@collabora.com> 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 prevents
> >> the automatic cross-referencing to happen (as it doesn't happen in
> >> literal blocks).
> >>
> >> Remove all the occurrences of the literal markup in
> >> "Documentation/*.rst" paths, except when the actual source file is being
> >> referred. Also change the surrounding text when needed so it reads well
> >> both in the source and the web page (eg. 'see file Doc...' -> 'see
> >> Doc...').
> >>
> >> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
> >> ---
> >> Documentation/admin-guide/mm/numa_memory_policy.rst | 2 +-
> >> Documentation/admin-guide/serial-console.rst | 2 +-
> >> Documentation/driver-api/dmaengine/client.rst | 2 +-
> >> Documentation/driver-api/nvdimm/security.rst | 2 +-
> >> Documentation/filesystems/fscrypt.rst | 4 ++--
> >> Documentation/iio/adis16475.rst | 4 ++--
> >> Documentation/iio/adis16480.rst | 4 ++--
> >> Documentation/iio/adis16550.rst | 4 ++--
> >> Documentation/iio/adxl380.rst | 4 ++--
> >
> > Split patch up by subsystem would be a good thing here as we may
> > get other changes to these docs during the cycle and resulting
> > merge conflicts if this all goes in as one patch.
>
> That seems like a way to add a significant amount of pain to a basic
> (but indeed useful) cleanup patch like this. If the relevant
> maintainers insist on it then that's how it has to be done, but I bet I
> could just take the whole thing through docs with almost no trouble.
>
hmm. I'll go with maybe. Let's cross fingers then.
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> jon
next prev parent reply other threads:[~2025-04-05 15:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-04 15:37 Nícolas F. R. A. Prado
2025-04-04 17:20 ` Jonathan Cameron
2025-04-04 17:42 ` Jonathan Corbet
2025-04-05 15:31 ` Jonathan Cameron [this message]
2025-04-04 17:43 ` SeongJae Park
2025-04-05 1:17 ` Akira Yokosawa
2025-04-07 14:03 ` Nícolas F. R. A. Prado
2025-04-07 3:08 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250405163158.55935fdf@jic23-huawei \
--to=jic23@kernel.org \
--cc=James.Bottomley@HansenPartnership.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=akpm@linux-foundation.org \
--cc=anton.ivanov@cambridgegreys.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=dmaengine@vger.kernel.org \
--cc=ebiggers@kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jaegeuk@kernel.org \
--cc=jarkko@kernel.org \
--cc=johannes@sipsolutions.net \
--cc=kernel@collabora.com \
--cc=keyrings@vger.kernel.org \
--cc=kuba@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-doc@vger.kernel.org \
--cc=linux-fscrypt@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-um@lists.infradead.org \
--cc=maxime.chevallier@bootlin.com \
--cc=mchehab@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nfraprado@collabora.com \
--cc=pabeni@redhat.com \
--cc=perex@perex.cz \
--cc=richard@nod.at \
--cc=tiwai@suse.com \
--cc=tytso@mit.edu \
--cc=vkoul@kernel.org \
--cc=workflows@vger.kernel.org \
--cc=zohar@linux.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox