Show More
@@ -29,9 +29,10 b' class RevealHelpTransformer(Transformer):' | |||||
29 | help="""If you want to use a local reveal.js library, |
|
29 | help="""If you want to use a local reveal.js library, | |
30 | use 'url_prefix':'reveal.js' in your config object.""") |
|
30 | use 'url_prefix':'reveal.js' in your config object.""") | |
31 |
|
31 | |||
32 |
speaker_notes = Bool(False, |
|
32 | speaker_notes = Bool(False, | |
33 | If you want to use the speaker notes set |
|
33 | config=True, | |
34 | 'speaker_notes':'True' in your config object.""") |
|
34 | help="""If you want to use the speaker notes | |
|
35 | set this to True.""") | |||
35 |
|
36 | |||
36 | def call(self, nb, resources): |
|
37 | def call(self, nb, resources): | |
37 | """ |
|
38 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now