Hieroglyph

https://api.travis-ci.org/nyergler/hieroglyph.png?branch=master https://coveralls.io/repos/nyergler/hieroglyph/badge.png?branch=master

Hieroglyph is an extension for Sphinx which builds HTML presentations from ReStructured Text documents.

1

Installing

You can install Hieroglyph using easy_install or pip:

$ easy_install hieroglyph

You can also download the latest development version, which may contain new features. Hieroglyph supports Sphinx 1.2 and later, and Python 2.7, 3.3, and 3.4.

2

Using Hieroglyph

You can start a new Hieroglyph presentation using the included quickstart script:

$ hieroglyph-quickstart

This will generate the Sphinx configuration, along with an optional Makefile and batch file, with Hieroglyph enabled.

If you're on something UNIX-like (Linux, Mac OS X, etc), you can then generate your slides by running make:

$ make slides

You can also add Hieroglyph as a Sphinx extension to your existing configuration:

extensions = [
    'hieroglyph',
]

Read the documentation for all the details about using, configuring, and extending Hieroglyph.

3

Connect

You can connect with other Hieroglyph users and the developers via the hieroglyph-users email list (Google Groups). A Gmane archive is also available.

4

License

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

Included slide CSS and JavaScript originally based on HTML 5 Slides and io-2012-slides projects licensed under the Apache Public License.

5

News

6

0.7.1

Release date: 28 March 2015

7

0.7

Release date: 16 March 2015

8

0.6.5

Release date: 1 March 2014

9

0.6

Release date: 8 August 2013

10

0.5.5

Release date: 19 March 2013

11

0.5

Release date: 24 December 2012

12

0.4

Release date: 27 September 2012

13

0.3.2

Release date: 5 June 2012

14

0.3.1

Release date: 5 June 2012

15

Backward Incompatible Changes:

Release date: 4 June 2012

  • Builders have been renamed to slides and dirslides. If your Makefile refers to html5slides or dirhtml5slides, you will need to update it.
16

0.2

Release date: 10 March 2012

17