Re: [PATCH v3 4/5] docs/sphinx: remove special parsing for freeform sections

2025-07-14 Thread Markus Armbruster
Markus Armbruster writes: > John Snow writes: > >> On Fri, Jun 27, 2025, 5:52 AM Markus Armbruster wrote: >> >>> John Snow writes: >>> >>> > This change removes special parsing for freeform sections and allows >>> > them to simply be unmodified rST syntax. The existing headings in the >>> > QA

Re: [PATCH v3 4/5] docs/sphinx: remove special parsing for freeform sections

2025-06-30 Thread Markus Armbruster
John Snow writes: > On Fri, Jun 27, 2025, 5:52 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > This change removes special parsing for freeform sections and allows >> > them to simply be unmodified rST syntax. The existing headings in the >> > QAPI schema are adjusted to reflect the

Re: [PATCH v3 4/5] docs/sphinx: remove special parsing for freeform sections

2025-06-27 Thread John Snow
On Fri, Jun 27, 2025, 5:52 AM Markus Armbruster wrote: > John Snow writes: > > > This change removes special parsing for freeform sections and allows > > them to simply be unmodified rST syntax. The existing headings in the > > QAPI schema are adjusted to reflect the new paradigm. > > "Allows th

Re: [PATCH v3 4/5] docs/sphinx: remove special parsing for freeform sections

2025-06-27 Thread John Snow
On Fri, Jun 27, 2025, 5:52 AM Markus Armbruster wrote: > John Snow writes: > > > This change removes special parsing for freeform sections and allows > > them to simply be unmodified rST syntax. The existing headings in the > > QAPI schema are adjusted to reflect the new paradigm. > > "Allows th

Re: [PATCH v3 4/5] docs/sphinx: remove special parsing for freeform sections

2025-06-27 Thread Markus Armbruster
John Snow writes: > This change removes special parsing for freeform sections and allows > them to simply be unmodified rST syntax. The existing headings in the > QAPI schema are adjusted to reflect the new paradigm. "Allows them to" suggests the patch enables use of rST headings. Is this the c

[PATCH v3 4/5] docs/sphinx: remove special parsing for freeform sections

2025-06-18 Thread John Snow
This change removes special parsing for freeform sections and allows them to simply be unmodified rST syntax. The existing headings in the QAPI schema are adjusted to reflect the new paradigm. Tests and documentation are updated to match. Signed-off-by: John Snow --- docs/devel/qapi-code-gen.rs