On Fri, 25 Sep 2020 at 17:54, John Snow <[email protected]> wrote: > > On 9/25/20 12:22 PM, Peter Maydell wrote: > > * although there are HTML anchors on all the command/object/etc > > headings, they are not stable but just serial-number based > > tags like '#qapidoc-35', so not suitable for trying to link > > to from other parts of the docs > > I suppose this answers my question if qmp commands were going to be able > to be cross-referenced yet. > > I'd love to get that working so I can make smart references in the > bitmaps doc. > > We could even amend the QMP code parser to insert cross-references to > the function names, which would be *extremely* slick.
If you'd like to have a closer look into Sphinx's indexing support, be my guest :-) -- PMM
