Skip to main content

UNKNOWN

Project description

hieroglyph is an extension for Sphinx which builds HTML5 slides from ReStructured Text documents.

Using

Add hieroglyph as a Sphinx extension to your configuration:

extensions = [
    'hieroglyph',
]

Build your slides:

$ sphinx -b html5slides output/slides

You make optionally want to add the following to your Makefile:

slides:
        $(SPHINXBUILD) -b html5slides $(ALLSPHINXOPTS) $(BUILDDIR)/slides
        @echo "Build finished. The HTML slides are in $(BUILDDIR)/slides."

Document Structure

First and second level headings become slides

License

hieroglyph is made available under a BSD license; see LICENSE for details.

Included slide CSS and javascript licensed under the Apache Public License. See http://code.google.com/p/html5slides/.

News

0.1

Release date: UNRELEASED

  • Initial implementation of builder and writer.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hieroglyph-0.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page