Re: [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option

2025-03-08 Thread John Snow
On Fri, Mar 7, 2025 at 5:48 AM Markus Armbruster wrote: > John Snow writes: > > > Although "deprecated" is a feature (and *will* appear in the features > > list), add a special :deprecated: option to generate an eye-catch that > > makes this information very hard to miss. > > > > (The intent is

Re: [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option

2025-03-07 Thread Markus Armbruster
John Snow writes: > Although "deprecated" is a feature (and *will* appear in the features > list), add a special :deprecated: option to generate an eye-catch that > makes this information very hard to miss. > > (The intent is to modify qapidoc.py to add this option whenever it > detects that the

Re: [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option

2025-03-05 Thread Markus Armbruster
John Snow writes: > On Wed, Mar 5, 2025, 4:13 AM Markus Armbruster wrote: [...] >> pylint warns: >> >> docs/sphinx/qapi_domain.py:279:4: W0237: Parameter 'contentnode' has >> been renamed to 'content_node' in overriding 'QAPIObject.transform_content' >> method (arguments-renamed) >> >> For

Re: [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option

2025-03-05 Thread John Snow
On Wed, Mar 5, 2025, 4:13 AM Markus Armbruster wrote: > John Snow writes: > > > Although "deprecated" is a feature (and *will* appear in the features > > list), add a special :deprecated: option to generate an eye-catch that > > makes this information very hard to miss. > > > > (The intent is to

Re: [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option

2025-03-05 Thread Markus Armbruster
John Snow writes: > Although "deprecated" is a feature (and *will* appear in the features > list), add a special :deprecated: option to generate an eye-catch that > makes this information very hard to miss. > > (The intent is to modify qapidoc.py to add this option whenever it > detects that the

[PATCH 21/57] docs/qapi-domain: add :deprecated: directive option

2025-03-04 Thread John Snow
Although "deprecated" is a feature (and *will* appear in the features list), add a special :deprecated: option to generate an eye-catch that makes this information very hard to miss. (The intent is to modify qapidoc.py to add this option whenever it detects that the features list attached to a def