Metadata-Version: 2.1
Name: Presentations
Version: 0.0.2
Summary: Presentations using reveal.js
Home-page: https://maximavanov.com/projects/presentations
Author: Maxim Avanov
Author-email: maxim.avanov@gmail.com
License: UNKNOWN
Keywords: presentation slides revealjs plim mako
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX
Requires-Dist: Mako (>=0.9.1)
Requires-Dist: Plim (>=0.9.5)
Requires-Dist: Pygments (>=1.6)

Presentations
=============

Presentations using reveal.js.

.. code::

    present gen [-h] [-s SOURCE] -o OUTPUT [-f]

    optional arguments:
      -h, --help            show this help message and exit
      -s SOURCE, --source SOURCE
                            Path to a presentation file. If not specified, then the data will be read from stdin.
      -o OUTPUT, --output OUTPUT
                            Output slides file.
      -f, --force-overwrite
                            Overwrite existing files and directories if they already exist


Example
-------

.. code::

    config presentation
      title = Presentation Title

    config revealjs
      controls = true
      progress = true
      history = true
      center = true


    presentation

      slide
        h2 Slide 1 Caption

      slide
        h2 Slide 2 Caption
        fragment: h4 Fragment


