class documentation

class StubLayout(ExportLayout): (source)

View In Hierarchy

Stub implementation of ExportLayout that is used by StaticExportLinker
Method __init__ Undocumented
Method attachments_dir No summary
Method page_file No summary
Method resources_dir Returns the folder for template resources @returns: a Dir object
Instance Variable notebook Undocumented

Inherited from ExportLayout:

Class Variable relative_root Undocumented
def __init__(self, notebook, resources_dir): (source)

Undocumented

def attachments_dir(self, page): (source)
Returns the attachments folder for a page
Parameters
pagea Page or Path object
Returns
a Dir object
Raises
ValueErrorif folder can not be mapped
Unknown Field: implementation
must be implemented by subclasses
def page_file(self, page): (source)
Returns the file for a page
Parameters
pagea Page or Path object
Returns
a File object
Raises
ValueErrorif page can not be mapped
Unknown Field: implementation
must be implemented by subclasses
def resources_dir(self): (source)
Returns the folder for template resources
Returns
a Dir object
notebook = (source)

Undocumented