Metadata-Version: 1.1
Name: Presentations
Version: 0.0.1
Summary: Presentations using reveal.js
Home-page: https://maximavanov.com/projects/presentations
Author: Maxim Avanov
Author-email: maxim.avanov@gmail.com
License: UNKNOWN
Description: Presentations
        =============
        
        Presentations using reveal.js.
        
        
        Example
        -------
        
        .. code-block:: plim
        
            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
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
