From 5e964a9c730821ed5df65895c0651b61406a283d 2014-01-07 20:17:03 From: damianavila Date: 2014-01-07 20:17:03 Subject: [PATCH] Deleted jargon-ish reference to no-connectity. --- diff --git a/docs/source/interactive/nbconvert.rst b/docs/source/interactive/nbconvert.rst index 05e4b1a..d4be563 100644 --- a/docs/source/interactive/nbconvert.rst +++ b/docs/source/interactive/nbconvert.rst @@ -61,12 +61,12 @@ 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 do this is adding - ``--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 - directory using the ``--reveal-prefix`` alias. + It must be served by an HTTP server. The easiest way to do this is adding + ``--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. + To make slides that don't require an internet connection, just place the + Reveal.js library in the same directory where your_talk.slides.html is located, + or point to another directory using the ``--reveal-prefix`` alias. * ``--to markdown``