]> git.ipfire.org Git - thirdparty/qemu.git/commit
docs/qapidoc: split old implementation into qapidoc_legacy.py
authorJohn Snow <jsnow@redhat.com>
Tue, 11 Mar 2025 03:42:34 +0000 (23:42 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 11 Mar 2025 09:10:57 +0000 (10:10 +0100)
commit7640410d5c2f7a37c8b6409f2d288807c99afd1e
treeec9dbbed584b0bb7b3a81c474abc7bb12d05d60d
parent7d125c339d32cbef65404b621d3ca02cc67f3090
docs/qapidoc: split old implementation into qapidoc_legacy.py

This is being done primarily to be able to type check and delint the new
implementation without needing to worry about fixing up the old
implementation.

I'm adding the new implementation into the existing file instead of into
a new file so that when the dust settles, qapidoc.py will contain the
full history of development on this generative module.

This patch *should* be pure motion, give or take the import statements.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20250311034303.75779-37-jsnow@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/sphinx/qapidoc.py
docs/sphinx/qapidoc_legacy.py [new file with mode: 0644]