A module for creating a page for each file with hyperlinked source
Operations Summary: | |
__init__(self, manager) [Source] | |
filename(self) since RawFilePages generates a whole file hierarchy, this method returns the current filename, which may change over the lifetime of this object [Source] | |
title(self) since RawFilePages generates a while file hierarchy, this method returns the current title, which may change over the lifetime of this object [Source] | |
_get_files(self) Returns a list of (path, output_filename) for each file [Source] | |
process(self, start) Creates a page for every file [Source] | |
register_filenames(self, start) Registers a page for every file [Source] | |
process_file(self, original, filename) Creates a page for the given file [Source] |