Re: [PATCH v2 45/62] docs/qapidoc: add visit_errors() method

2025-03-10 Thread Markus Armbruster
John Snow writes: > On Sun, Mar 9, 2025 at 5:05 PM Markus Armbruster wrote: > >> John Snow writes: >> >> > Notably, this method does not currently address the formatting issues >> > present with the "errors" section in QAPIDoc and just vomits the text >> > verbatim into the rST doc, with somewh

Re: [PATCH v2 45/62] docs/qapidoc: add visit_errors() method

2025-03-10 Thread John Snow
On Sun, Mar 9, 2025 at 5:05 PM Markus Armbruster wrote: > John Snow writes: > > > Notably, this method does not currently address the formatting issues > > present with the "errors" section in QAPIDoc and just vomits the text > > verbatim into the rST doc, with somewhat inconsistent results. > >

Re: [PATCH v2 45/62] docs/qapidoc: add visit_errors() method

2025-03-09 Thread Markus Armbruster
John Snow writes: > Notably, this method does not currently address the formatting issues > present with the "errors" section in QAPIDoc and just vomits the text > verbatim into the rST doc, with somewhat inconsistent results. > > To be addressed in a future revision. > > Signed-off-by: John Snow

[PATCH v2 45/62] docs/qapidoc: add visit_errors() method

2025-03-09 Thread John Snow
Notably, this method does not currently address the formatting issues present with the "errors" section in QAPIDoc and just vomits the text verbatim into the rST doc, with somewhat inconsistent results. To be addressed in a future revision. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py |