c ¤
C handler for mkdocstrings.
Modules:
Functions:
-
get_handler
–Simply return an instance of
CHandler
.
get_handler ¤
get_handler(
theme: str,
custom_templates: str | None = None,
config_file_path: str | None = None,
**config: Any
) -> CHandler
Simply return an instance of CHandler
.
Parameters:
-
theme
(str
) –The theme to use when rendering contents.
-
custom_templates
(str | None
, default:None
) –Directory containing custom templates.
-
config_file_path
(str | None
, default:None
) –The MkDocs configuration file path.
-
**config
(Any
, default:{}
) –Configuration passed to the handler.
Returns:
-
CHandler
–An instance of the handler.