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.
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.1.tar.gz
(6.7 kB
view details)
File details
Details for the file hieroglyph-0.1.1.tar.gz.
File metadata
- Download URL: hieroglyph-0.1.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bd944e4e9654280a126c4c683a04b95c1b9655c837a379e1618adacc0c91ccb
|
|
| MD5 |
ac2e46bda986dc7f6ba51cb5de897400
|
|
| BLAKE2b-256 |
51a7328a99d195938f978cd98e5eae5d06b3ae073a1670a040bc1257087ce0e8
|