Skip to content

Commit 7576efc

Browse files
author
Zhuoming Chen
committed
comments and docs
1 parent f74baef commit 7576efc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
autosummary_generate_overwrite = False
4848
autodoc_typehints = "description"
4949
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
5054
# Render type-hint cross-references with their short name but resolve them to
5155
# the exact (fully-qualified) target — disambiguates same-named classes that
5256
# legitimately exist in two packages (e.g. cache.Context vs indexer.Context).

0 commit comments

Comments
 (0)