Commit Graph

15 Commits

Author SHA1 Message Date
damianavila
f308b12721 Deleted jargon-ish reference to no-connectity. 2014-01-07 17:17:03 -03:00
damianavila
78e41cd766 It is the serve post processor and not the way to specify it. 2014-01-06 16:37:33 -03:00
damianavila
1838cc2d82 Added --post-serve explanation into the nbconvert docs. 2013-12-30 14:45:15 -03:00
MinRK
0af45c4694 update reveal docs with recent changes 2013-09-13 11:16:04 -07:00
MinRK
398a2d1da3 update nbconvert docs about reveal.js 2013-09-04 16:40:26 -07:00
Brian E. Granger
779b4cc83b Adding docs about latex citations. 2013-08-21 14:19:17 -07:00
Matthias Bussonnier
44e0d28345 Merge pull request #3863 from damianavila/speaker_notes
Added working speaker notes for slides.

To resume, I fetch the cdn containing the files we need to make speaker notes works. Then I pass this info using the resources dict to the write which output the files in the correct path...
I make some other additions to make this feature an option from the command line, ie:

if you want a simple slideshow:
ipython nbconvert your_slides.ipynb --to slides

if you want a simple served slideshow:
ipython nbconvert your_slides.ipynb --to slides --post serve

if you want to use a local copy of the reveal.js library:
ipython nbconvert your_slides.ipynb --to slides --post serve --local reveal.js

and if you want to use speaker notes:
ipython nbconvert your_slides.ipynb --to slides --post serve --notes True
or
ipython nbconvert your_slides.ipynb --to slides --post serve --notes True --local reveal.js 
but this last one is redundant because if you are using a local reveal.js library the speaker notes are functional by default.
2013-08-16 00:50:34 -07:00
damianavila
5a3414ff52 Fixed doc about using PR-related aliases. 2013-08-13 14:18:47 -03:00
David P. Sanders
8897c39731 notebook docs touchup
closes #3902

incorporating doc changes from David Sanders, minor revisions my own

-@ivanov
2013-08-08 17:41:51 -07:00
damianavila
e77906e213 Fixing names for aliases. 2013-08-02 17:58:44 -03:00
damianavila
ba701557f3 Fixing docs. 2013-07-31 20:12:28 -03:00
damianavila
2894b267b5 Added working speaker notes for slides. 2013-07-31 19:55:08 -03:00
MinRK
af231f6177 add pandoc note 2013-07-30 11:40:49 -07:00
MinRK
dd7e990b7d add some detail in rst and markdown output 2013-07-30 11:35:57 -07:00
MinRK
71a6794371 rename nbconvert doc to nbconvert.rst 2013-07-30 10:38:42 -07:00