Module t.l.slides

Part of twisted.lore View Source

Rudimentary slide support for Lore.

TODO: Example input file:
   <html>

   <head><title>Title of talk</title></head>

   <body>
   <h1>Title of talk</h1>

   <h2>First Slide</h2>

   <ul>
     <li>Bullet point</li>
     <li>Look ma, I'm <strong>bold</strong>!</li>
     <li>... etc ...</li>
   </ul>


   <h2>Second Slide</h2>

   <pre class="python">
   # Sample code sample.
   print "Hello, World!"
   </pre>

   </body>

   </html>
Class MagicpointOutput Undocumented
Function convertFile Undocumented
Function splitIntoSlides Undocumented
Function insertPrevNextLinks Undocumented
Class HTMLSlide Undocumented
Function munge Undocumented
Function getOutputFileName Undocumented
Function doFile Undocumented
Class ProsperSlides No class docstring; 1/2 methods documented
Class PagebreakLatex Undocumented
Class TwoPagebreakLatex Undocumented
Class SlidesProcessingFunctionFactory Undocumented
def convertFile(filename, outputter, template, ext='.mgp'): (source)
Undocumented
def splitIntoSlides(document): (source)
Undocumented
def insertPrevNextLinks(slides, filename, ext): (source)
Undocumented
def munge(document, template, linkrel, d, fullpath, ext, url, config): (source)
Undocumented
def getOutputFileName(originalFileName, outputExtension, index): (source)
Undocumented
def doFile(filename, linkrel, ext, url, templ, options={}, outfileGenerator=getOutputFileName): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.