spack.mirror: split into submodules (#47936)

This commit is contained in:
Harmen Stoppels
2024-12-05 18:09:08 +01:00
committed by GitHub
parent 1f2a68f2b6
commit 4693b323ac
32 changed files with 578 additions and 532 deletions

View File

@@ -222,6 +222,9 @@ def setup(sphinx):
("py:class", "spack.traverse.EdgeAndDepth"),
("py:class", "archspec.cpu.microarchitecture.Microarchitecture"),
("py:class", "spack.compiler.CompilerCache"),
("py:class", "spack.mirrors.mirror.Mirror"),
("py:class", "spack.mirrors.layout.MirrorLayout"),
("py:class", "spack.mirrors.utils.MirrorStats"),
# TypeVar that is not handled correctly
("py:class", "llnl.util.lang.T"),
]