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