Re: [PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc

2025-02-21 Thread John Snow
On Fri, Feb 21, 2025 at 1:42 AM Markus Armbruster wrote: > John Snow writes: > > > On Wed, Feb 19, 2025 at 8:22 AM Markus Armbruster > wrote: > > > >> John Snow writes: > >> > >> > "The text handler you add looks just like the existing latex handler. > Does > >> > LaTeX output lack "little hea

Re: [PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc

2025-02-20 Thread Markus Armbruster
John Snow writes: > On Wed, Feb 19, 2025 at 8:22 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > "The text handler you add looks just like the existing latex handler. Does >> > LaTeX output lack "little headings", too?" >> > >> > Yes, almost certainly. Can you let me know which outpu

Re: [PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc

2025-02-20 Thread John Snow
On Wed, Feb 19, 2025 at 8:22 AM Markus Armbruster wrote: > John Snow writes: > > > "The text handler you add looks just like the existing latex handler. > Does > > LaTeX output lack "little headings", too?" > > > > Yes, almost certainly. Can you let me know which output formats we > actually > >

Re: [PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc

2025-02-19 Thread Markus Armbruster
John Snow writes: > "The text handler you add looks just like the existing latex handler. Does > LaTeX output lack "little headings", too?" > > Yes, almost certainly. Can you let me know which output formats we actually > "care about"? I'll have to test them all. As far as I can tell, our build

Re: [PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc

2025-02-18 Thread John Snow
"The text handler you add looks just like the existing latex handler. Does LaTeX output lack "little headings", too?" Yes, almost certainly. Can you let me know which output formats we actually "care about"? I'll have to test them all. In the meantime, I upgraded my patch so that the text translat

Re: [PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc

2025-02-14 Thread Markus Armbruster
I started to eyeball old and new generated output side by side. New table of contents shows one level, old two. No objection; the navigation thingie on the left is more useful anyway. The new generator elides unreferenced types. Generally good, but two observations: * QapiErrorClass is unrefer

[PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc

2025-02-05 Thread John Snow
based-on: https://patchew.org/QEMU/20241213011307.2942030-1-js...@redhat.com/ Hiya! This series is based on a rebased version of the above series. Apply the above patches to origin/master and then apply this series and you should be good to go. Or just snitch the patches from my GitLab branch: ht