Heyho, I'm currently writing a bunch of docs and I wanted to link to another module (one I don't import) in a doc-comment section. The general package is set up in a way that it solves a general problem, and then there's specific submodules to use with the main package for easier integration with other packages (e.g. owlkettle).
I would like to do something like this:
##[
.. importdoc:: threadButler/integrations/owlCodegen, threadButler/integrations/owlButler
For integrations see:
* [owlButler]
]##
Sadly that is not quite functional.
Skimming through the docgen docs I couldn't find anything relating to module-links, just linking to other symbols. Is there syntax for this and I just can't find it?