##// END OF EJS Templates
Fixing names for aliases.
damianavila -
Show More
@@ -63,8 +63,8 b' nbconvert_aliases.update({'
63 63 'writer' : 'NbConvertApp.writer_class',
64 64 'post': 'NbConvertApp.post_processor_class',
65 65 'output': 'NbConvertApp.output_base',
66 'local': 'RevealHelpTransformer.url_prefix',
67 'notes': 'RevealHelpTransformer.speaker_notes'
66 'offline-slides': 'RevealHelpTransformer.url_prefix',
67 'slide-notes': 'RevealHelpTransformer.speaker_notes'
68 68 })
69 69
70 70 nbconvert_flags = {}
@@ -64,10 +64,10 b' The currently supported export formats are:'
64 64 It must be served by an HTTP server. The easiest way to get this is to add
65 65 ``--post serve`` on the command-line.
66 66 If you want to use the speaker notes plugin, just add
67 ``--notes True`` on the command-line.
67 ``--slide-notes True`` on the command-line.
68 68 For low connectivity environments, you can use a local copy of the reveal.js library,
69 just add ``--local reveal.js`` on the command-line, and do not forget to move your
70 downloaded ``reveal.js`` library to the same folder where your slides are located.
69 just add ``--offline-slides reveal.js`` on the command-line, and do not forget to move
70 your downloaded ``reveal.js`` library to the same folder where your slides are located.
71 71
72 72 * ``--to markdown``
73 73
General Comments 0
You need to be logged in to leave comments. Login now