Re: [PATCH 11/23] docs/qapidoc: add preamble() method

2025-01-14 Thread Markus Armbruster
John Snow writes: > On Fri, Jan 10, 2025 at 7:19 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > On Thu, Jan 9, 2025, 5:34 AM Markus Armbruster wrote: >> > >> >> John Snow writes: >> >> >> >> > On Fri, Dec 20, 2024 at 9:15 AM Markus Armbruster >> >> > wrote: >> >> > >> >> >> John

Re: [PATCH 11/23] docs/qapidoc: add preamble() method

2025-01-13 Thread John Snow
On Fri, Jan 10, 2025 at 7:19 AM Markus Armbruster wrote: > John Snow writes: > > > On Thu, Jan 9, 2025, 5:34 AM Markus Armbruster > wrote: > > > >> John Snow writes: > >> > >> > On Fri, Dec 20, 2024 at 9:15 AM Markus Armbruster > wrote: > >> > > >> >> John Snow writes: > >> >> > >> >> > This

Re: [PATCH 11/23] docs/qapidoc: add preamble() method

2025-01-10 Thread Markus Armbruster
John Snow writes: > On Thu, Jan 9, 2025, 5:34 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > On Fri, Dec 20, 2024 at 9:15 AM Markus Armbruster >> > wrote: >> > >> >> John Snow writes: >> >> >> >> > This method adds the options/preamble to each definition block. Notably, >> >> > :

Re: [PATCH 11/23] docs/qapidoc: add preamble() method

2025-01-09 Thread John Snow
On Thu, Jan 9, 2025, 5:34 AM Markus Armbruster wrote: > John Snow writes: > > > On Fri, Dec 20, 2024 at 9:15 AM Markus Armbruster > wrote: > > > >> John Snow writes: > >> > >> > This method adds the options/preamble to each definition block. > Notably, > >> > :since: and :ifcond: are added, as

Re: [PATCH 11/23] docs/qapidoc: add preamble() method

2025-01-09 Thread Markus Armbruster
John Snow writes: > On Fri, Dec 20, 2024 at 9:15 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > This method adds the options/preamble to each definition block. Notably, >> > :since: and :ifcond: are added, as are any "special features" such as >> > :deprecated: and :unstable:. >> >

Re: [PATCH 11/23] docs/qapidoc: add preamble() method

2025-01-08 Thread John Snow
On Fri, Dec 20, 2024 at 9:15 AM Markus Armbruster wrote: > John Snow writes: > > > This method adds the options/preamble to each definition block. Notably, > > :since: and :ifcond: are added, as are any "special features" such as > > :deprecated: and :unstable:. > > > > Signed-off-by: John Snow

Re: [PATCH 11/23] docs/qapidoc: add preamble() method

2024-12-20 Thread Markus Armbruster
John Snow writes: > This method adds the options/preamble to each definition block. Notably, > :since: and :ifcond: are added, as are any "special features" such as > :deprecated: and :unstable:. > > Signed-off-by: John Snow > --- > docs/sphinx/qapidoc.py | 33 -

[PATCH 11/23] docs/qapidoc: add preamble() method

2024-12-12 Thread John Snow
This method adds the options/preamble to each definition block. Notably, :since: and :ifcond: are added, as are any "special features" such as :deprecated: and :unstable:. Signed-off-by: John Snow --- docs/sphinx/qapidoc.py | 33 - 1 file changed, 32 insertions(+)