module Synopsis.Formatters.HTML.Markup.RST
class SummaryExtractor
SummaryExtractor-inheritance
A SummaryExtractor creates a document containing the first sentence of a source document.
Attributes Summary:
source code
Methods Summary:
  __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
Methods Details:
  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