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 +++++++-