From 0af45c4694670f6315732d515f7e2dd19e5afb65 Mon Sep 17 00:00:00 2001 From: MinRK Date: Fri, 16 Aug 2013 18:36:18 -0700 Subject: [PATCH] update reveal docs with recent changes --- docs/source/interactive/nbconvert.rst | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/docs/source/interactive/nbconvert.rst b/docs/source/interactive/nbconvert.rst index 7d6ebfd41..1789a6200 100644 --- a/docs/source/interactive/nbconvert.rst +++ b/docs/source/interactive/nbconvert.rst @@ -61,24 +61,9 @@ The currently supported export formats are: * ``--to slides`` This generates a Reveal.js HTML slideshow. - It must be served by an HTTP server. The easiest way to get this is to add + It must be served by an HTTP server. The easiest way to do this is adding ``--post serve`` on the command-line. - For low connectivity environments, you can use a local copy of the reveal.js library. - This can be any relative URL, ``reveal.js`` being most likely. - Do not forget to move your downloaded ``reveal.js`` library to the same folder where your slides are located. - - Fetching the latest reveal.js from GitHub: - - .. sourcecode: bash - - curl -L https://github.com/hakimel/reveal.js/archive/master.tar.gz | tar -xzf - - mv reveal.js-master reveal.js - ipython nbconvert mynotebook --to slides --reveal-prefix=reveal.js - - .. note:: - - If you want to use the speaker notes plugin, you must use a local reveal.js copy - + * ``--to markdown`` Simple markdown output. Markdown cells are unaffected,