##// END OF EJS Templates
Corrected docstring for ConverterSlider
damianavila -
Show More
@@ -3,12 +3,9 b' import io'
3 import os
3 import os
4
4
5 class ConverterSlider(ConverterMarkdown):
5 class ConverterSlider(ConverterMarkdown):
6 """Convert a notebook to html suitable for easy pasting into Blogger.
6 """Convert a notebook to a html slideshow suitable for oral presentations.
7
7
8 It generates an html file that has *only* the pure HTML contents, and a
8 It generates a static html slideshow based in markdown and reveal.js.
9 separate file with `_header` appended to the name with all header contents.
10 Typically, the header file only needs to be used once when setting up a
11 blog, as the CSS for all posts is stored in a single location in Blogger.
12 """
9 """
13
10
14 def __init__(self, infile, highlight_source=False, show_prompts=True,
11 def __init__(self, infile, highlight_source=False, show_prompts=True,
General Comments 0
You need to be logged in to leave comments. Login now