class documentation

class AutosummaryRenderer:

View In Hierarchy

A helper class for rendering.
Method __init__ Undocumented
Method exists Check if template file exists.
Method render Render a template file.
Instance Variable env Undocumented
def __init__(self, app, template_dir=None):

Undocumented

Parameters
app:Union[Builder, Sphinx]Undocumented
template​_dir:strUndocumented
def exists(self, template_name):
Check if template file exists.
Parameters
template​_name:strUndocumented
Returns
boolUndocumented
def render(self, template_name, context):
Render a template file.
Parameters
template​_name:strUndocumented
context:DictUndocumented
Returns
strUndocumented
env =

Undocumented