module Synopsis.Formatters.HTML.Markup.RST
class SummaryExtractor
A SummaryExtractor creates a document containing the first sentence of a source document.
SummaryExtractor-inheritance
-Attributes
source code
-Methods
  __init__(self, document)
references
source code
  visit_paragraph(self, node)
references
source code
Copy the paragraph but only keep the first sentence.
  unknown_visit(self, node)
references
source code
Ignore all unknown nodes