Re: [PATCH v4 07/14] tools: ynl_gen_rst.py: move index.rst generator to the script

From: Donald Hunter
Date: Sat Jun 14 2025 - 10:15:49 EST


On Sat, 14 Jun 2025 at 09:56, Mauro Carvalho Chehab
<mchehab+huawei@xxxxxxxxxx> wrote:
>
> The index.rst generator doesn't really belong to the parsing
> function. Move it to the command line tool, as it won't be
> used elsewhere.
>
> While here, make it more generic, allowing it to handle either
> .yaml or .rst as input files.

I think this patch can be dropped from the series, if instead you
remove the index generation code before refactoring into a library.

> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
> ---
> scripts/lib/netlink_yml_parser.py | 101 ++++++++---------------------
> tools/net/ynl/pyynl/ynl_gen_rst.py | 28 +++++++-