##// END OF EJS Templates
Merge pull request #4751 from damianavila/doc_post_serve...
Thomas Kluyver -
r14008:afa811f7 merge
parent child Browse files
Show More
@@ -61,8 +61,12 b' The currently supported export formats are:'
61 * ``--to slides``
61 * ``--to slides``
62
62
63 This generates a Reveal.js HTML slideshow.
63 This generates a Reveal.js HTML slideshow.
64 It must be served by an HTTP server. The easiest way to do this is adding
64 It must be served by an HTTP server. The easiest way to do this is adding
65 ``--post serve`` on the command-line.
65 ``--post serve`` on the command-line. The ``serve`` post-processor proxies
66 Reveal.js requests to a CDN if no local Reveal.js library is present.
67 To make slides that don't require an internet connection, just place the
68 Reveal.js library in the same directory where your_talk.slides.html is located,
69 or point to another directory using the ``--reveal-prefix`` alias.
66
70
67 * ``--to markdown``
71 * ``--to markdown``
68
72
@@ -224,4 +228,3 b' The corresponding Python script is::'
224
228
225 Note that indeed the output of the code cell, which is present in the JSON
229 Note that indeed the output of the code cell, which is present in the JSON
226 container, has been removed in the ``.py`` script.
230 container, has been removed in the ``.py`` script.
227
General Comments 0
You need to be logged in to leave comments. Login now