##// 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 61 * ``--to slides``
62 62
63 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
65 ``--post serve`` on the command-line.
64 It must be served by an HTTP server. The easiest way to do this is adding
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 71 * ``--to markdown``
68 72
@@ -224,4 +228,3 b' The corresponding Python script is::'
224 228
225 229 Note that indeed the output of the code cell, which is present in the JSON
226 230 container, has been removed in the ``.py`` script.
227
General Comments 0
You need to be logged in to leave comments. Login now