class documentation

class AutosummaryRenderer: (source)

View In Hierarchy

A helper class for rendering.

Method __init__ Undocumented
Method render Render a template file.
Instance Variable env Undocumented
def __init__(self, app): (source)

Undocumented

Parameters
app:SphinxUndocumented
def render(self, template_name, context): (source)

Render a template file.

Parameters
template_name:strUndocumented
context:dictUndocumented
Returns
strUndocumented

Undocumented