module documentation
(source)

The ExportLayout object determines the mapping of pages to files when exporting. The subclasses give alternative file layouts.
Class DirLayoutBase Undocumented
Class ExportLayout The ExportLayout object determines the mapping of pages to files when exporting. This is the base class that defines the public API.
Class FileLayout Layout that maps pages to files in a folder with one specific page as the top level file. Use to export sub-tree of a notebook.
Class MultiFileLayout Layout that maps pages to files in a folder similar to how a notebook is stored.
Class SingleFileLayout No summary