Skip to content

Material

Handsdown API Index / Handsdown / Generators / Material

Auto-generated documentation for handsdown.generators.material module.

MaterialGenerator

Show source in material.py:10

Read the Docs documentation generator.

Signature

class MaterialGenerator(BaseGenerator):
    ...

See also

MaterialGenerator().get_external_configs_templates

Show source in material.py:20

Get a tuple with pairs of template path to project path

Signature

def get_external_configs_templates(self) -> Tuple[Tuple[Path, Path], ...]:
    ...