class documentation

class QuickstartRenderer(SphinxRenderer):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_has​_custom​_template Check if custom template file exists.
Method render Undocumented
Instance Variable templatedir Undocumented

Inherited from SphinxRenderer:

Class Method render​_from​_file Undocumented

Inherited from BaseRenderer (via SphinxRenderer, FileRenderer):

Method render​_string Undocumented
Instance Variable env Undocumented
def __init__(self, templatedir):

Undocumented

Parameters
templatedir:strUndocumented
def _has_custom_template(self, template_name):

Check if custom template file exists.

Note: Please don't use this function from extensions.
It will be removed in the future without deprecation period.
Parameters
template​_name:strUndocumented
Returns
boolUndocumented
def render(self, template_name, context):

Undocumented

Parameters
template​_name:strUndocumented
context:DictUndocumented
Returns
strUndocumented
templatedir =

Undocumented