class StubLayout(ExportLayout): (source)
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 |
Parameters | |
page | a Page or Path object |
Returns | |
a Dir object | |
Raises | |
ValueError | if folder can not be mapped |
Unknown Field: implementation | |
must be implemented by subclasses |
Parameters | |
page | a Page or Path object |
Returns | |
a File object | |
Raises | |
ValueError | if page can not be mapped |
Unknown Field: implementation | |
must be implemented by subclasses |