Re: [PATCH 50/57] docs/qapidoc: add visit_sections() method

2025-03-08 Thread Markus Armbruster
John Snow writes: > On Fri, Mar 7, 2025 at 7:26 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > Implement the actual main dispatch method that processes and handles the >> > list of doc sections for a given QAPI entity. >> > >> > Signed-off-by: John Snow >> > --- >> > docs/sphinx/q

Re: [PATCH 50/57] docs/qapidoc: add visit_sections() method

2025-03-08 Thread John Snow
On Fri, Mar 7, 2025 at 7:26 AM Markus Armbruster wrote: > John Snow writes: > > > Implement the actual main dispatch method that processes and handles the > > list of doc sections for a given QAPI entity. > > > > Signed-off-by: John Snow > > --- > > docs/sphinx/qapidoc.py | 25

Re: [PATCH 50/57] docs/qapidoc: add visit_sections() method

2025-03-07 Thread Markus Armbruster
John Snow writes: > Implement the actual main dispatch method that processes and handles the > list of doc sections for a given QAPI entity. > > Signed-off-by: John Snow > --- > docs/sphinx/qapidoc.py | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/docs/sphin

[PATCH 50/57] docs/qapidoc: add visit_sections() method

2025-03-04 Thread John Snow
Implement the actual main dispatch method that processes and handles the list of doc sections for a given QAPI entity. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 25 + 1 file changed, 25 insertions(+) diff --git a/docs/sphinx/qapidoc.py b/docs/sphinx/qapidoc.p