Re: [PATCH 41/57] docs/qapidoc: add preamble() method

2025-03-08 Thread John Snow
On Fri, Mar 7, 2025 at 7:13 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 41/57] docs/qapidoc: add preamble() method

2025-03-07 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 | 41 ++

[PATCH 41/57] docs/qapidoc: add preamble() method

2025-03-04 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 | 41 ++--- 1 file changed, 38 inser