remove_section method

remove_section

Remove section. Slides contained in the section will be merged into previous section.

def remove_section(self, section):
    ...
ParameterTypeDescription
sectionISectionThe section to remove from the collection.

See Also