Files
ray-project--ray/doc/source/_templates/autosummary/class_without_init_args.rst
T
2026-07-13 13:17:40 +08:00

10 lines
361 B
ReStructuredText

{# Short label: fullname is the fully-qualified path (e.g. ray.data.Dataset.map);
split('.')[-1] keeps just the leaf ("map") so the API-sidebar label (and page H1)
stay readable rather than repeating the full dotted path. -#}
{{ fullname.split('.')[-1] | escape | underline}}
.. currentmodule:: {{ module }}
.. autoclass:: {{ objname }}()
:members: