Re: [PATCH v2 43/62] docs/qapidoc: add preamble() method

2025-03-15 Thread John Snow
On Sun, Mar 9, 2025 at 5:03 PM 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 v2 43/62] docs/qapidoc: add preamble() method

2025-03-10 Thread John Snow
On Mon, Mar 10, 2025 at 5:05 PM John Snow wrote: > > > On Sun, Mar 9, 2025 at 5:03 PM 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 >>

Re: [PATCH v2 43/62] docs/qapidoc: add preamble() method

2025-03-10 Thread Markus Armbruster
Markus Armbruster writes: > 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 |

Re: [PATCH v2 43/62] docs/qapidoc: add preamble() method

2025-03-10 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 ++

Re: [PATCH v2 43/62] docs/qapidoc: add preamble() method

2025-03-09 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 v2 43/62] docs/qapidoc: add preamble() method

2025-03-09 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