[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231108174306.47a64bda@kernel.org>
Date: Wed, 8 Nov 2023 17:43:06 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Jonathan Corbet <corbet@....net>
Cc: Breno Leitao <leitao@...ian.org>, linux-doc@...r.kernel.org,
netdev@...r.kernel.org, pabeni@...hat.com, edumazet@...gle.com
Subject: Re: [PATCH] Documentation: Document the Netlink spec
On Wed, 08 Nov 2023 13:27:28 -0700 Jonathan Corbet wrote:
> I do have to wonder, though, whether a sphinx extension is the right way
> to solve this problem. You're essentially implementing a filter that
> turns one YAML file into one RST file; might it be better to keep that
> outside of sphinx as a standalone script, invoked by the Makefile?
If we're considering other ways of generating the files - I'd also like
to voice a weak preference towards removing the need for the "stub"
files.
Get all the docs rendered under Documentation/netlink/ with an
auto-generated index.
This way newcomers won't have to remember to add a stub to get the doc
rendered. One fewer thing to worry about during review.
Powered by blists - more mailing lists