rst2slides

Martín Gaitán (@nqnwebs) | nqnwebs.com

Generates an HTML5 slideshow document from standalone reStructuredText source. By Martín Gaitán <gaitan@gmail.com>

See rst source of this presentation.

How to install

$ sudo python setup.py install
$ sudo pip install rst2slides

Why not rst2s5?

Don't reinvent the wheel... unless you plan on learning more about wheels

—Jeff Atwood

Usage

Just

$ rst2slides slides.rst slides.html

Features

Incremental

.. class:: incremental

    * Item 1
    * Item 2
    * Item 3

That's all

Thanks