autodoc2.render.rst_
¶
Module Contents¶
Classes¶
Data¶
API¶
- autodoc2.render.rst_._RE_DELIMS = None¶
- class autodoc2.render.rst_.RstRenderer(db: autodoc2.db.Database, config: autodoc2.config.Config, *, warn: Callable[[str, autodoc2.utils.WarningSubtypes], None] | None = None, all_resolver: autodoc2.resolve_all.AllResolver | None = None, standalone: bool = True)[source]¶
Bases:
autodoc2.render.base.RendererBase
Initialization
- EXTENSION = '.rst'¶
- generate_summary(objects: list[autodoc2.utils.ItemData], alias: dict[str, str] | None = None) Iterable[str] [source]¶
- render_package(item: autodoc2.utils.ItemData) Iterable[str] [source]¶
- render_module(item: autodoc2.utils.ItemData) Iterable[str] [source]¶
- render_function(item: autodoc2.utils.ItemData) Iterable[str] [source]¶
- render_exception(item: autodoc2.utils.ItemData) Iterable[str] [source]¶
- render_class(item: autodoc2.utils.ItemData) Iterable[str] [source]¶
- render_property(item: autodoc2.utils.ItemData) Iterable[str] [source]¶
- render_method(item: autodoc2.utils.ItemData) Iterable[str] [source]¶
- render_attribute(item: autodoc2.utils.ItemData) Iterable[str] [source]¶
- render_data(item: autodoc2.utils.ItemData) Iterable[str] [source]¶