We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74baef commit 7576efcCopy full SHA for 7576efc
1 file changed
docs/conf.py
@@ -47,6 +47,10 @@
47
autosummary_generate_overwrite = False
48
autodoc_typehints = "description"
49
autodoc_member_order = "bysource"
50
+# Drop the long ``vortex_torch.indexer.elementwise_binary.`` module-path
51
+# prefix from signature headers — each class lives on its own module page,
52
+# so the bare ``class Maximum(...)`` name is unambiguous and fits the card.
53
+add_module_names = False
54
# Render type-hint cross-references with their short name but resolve them to
55
# the exact (fully-qualified) target — disambiguates same-named classes that
56
# legitimately exist in two packages (e.g. cache.Context vs indexer.Context).
0 commit comments