Re: [PATCH v4 07/14] tools: ynl_gen_rst.py: move index.rst generator to the script
Donald Hunter <[email protected]>
| Newsgroups | dev.linux.lists.lkmm,dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CAD4GDZxPTFmKeNqRZBxW1ij6Gy0L3hrbB6q9G6WdFb8h6Zhr=g@mail.gmail.com> |
On Sat, 14 Jun 2025 at 09:56, Mauro Carvalho Chehab <[email protected]> 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 <[email protected]> > --- > scripts/lib/netlink_yml_parser.py | 101 ++++++++--------------------- > tools/net/ynl/pyynl/ynl_gen_rst.py | 28 +++++++-