Is it possible to link directly to the eclass sources on the eclass reference pages? For e.g. https://devmanual.gentoo.org/eclass-reference/distutils-r1.eclass/index.html, I envision the FILES section having a bunch of links. Right now, I regularly click the git log -> tree -> eclass file, which is a bit of a pain. Please let me know if I'm missing a big red link!
IMHO that would be best done when generating the eclass manpages. The devmanual's gen-eclass-html.sh does too much postprocessing of the HTML already, so I'm reluctant to add even more.
It should be trivial to inject whatever you want using pkgcore's eclass support and `pmaint eclass` if Gentoo ever wants to switch to using that.
(In reply to Tim Harder from comment #2) > It should be trivial to inject whatever you want using pkgcore's eclass > support and `pmaint eclass` if Gentoo ever wants to switch to using that. Yes, please do that in pmaint. I don't think there's a point in doing any upgrades to the old script today.