From: Tony N <to...@gi...> - 2017-10-12 20:23:14
|
Since I am already able to read the title/subtitle from the doctree, now I want to be able to *remove* the title and subtitle from a doctree: What would be the canonical way of doing that? - Removing the nodes.title and nodes.subtitle from the doctree (how can that be done? Is there any examples to how that works?) - Removing all nodes *after* nodes.title and nodes.subtitle (any examples for something like that?) |