From 78e41cd76612880b8a532f90518d73918c5797a1 Mon Sep 17 00:00:00 2001 From: damianavila Date: Mon, 6 Jan 2014 16:37:33 -0300 Subject: [PATCH] It is the serve post processor and not the way to specify it. --- docs/source/interactive/nbconvert.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/interactive/nbconvert.rst b/docs/source/interactive/nbconvert.rst index 610edf0a9..05e4b1ab0 100644 --- a/docs/source/interactive/nbconvert.rst +++ b/docs/source/interactive/nbconvert.rst @@ -62,7 +62,7 @@ The currently supported export formats are: This generates a Reveal.js HTML slideshow. It must be served by an HTTP server. The easiest way to do this is adding - ``--post serve`` on the command-line. The ``--post serve`` post-processor + ``--post serve`` on the command-line. The ``serve`` post-processor proxies Reveal.js requests to a CDN if no local Reveal.js library is present. For low connectivity environments, just place the Reveal.js library in the same directory where your_talk.slides.html is located or point to another