Re: [PATCH v3 54/63] docs/qapidoc: implement transmogrify() method

2025-03-11 Thread Markus Armbruster
John Snow writes: > This is the true top-level processor for the new transmogrifier; > responsible both for generating the intermediate rST and then running > the nested parse on that generated document to produce the final > docutils tree that is then - very finally - postprocessed by sphinx for

[PATCH v3 54/63] docs/qapidoc: implement transmogrify() method

2025-03-10 Thread John Snow
This is the true top-level processor for the new transmogrifier; responsible both for generating the intermediate rST and then running the nested parse on that generated document to produce the final docutils tree that is then - very finally - postprocessed by sphinx for final rendering to HTML &c.