Skip to main content

Sphinx Extension that turns documentation into presentations.

Project description

sphinx-presentations

sphinx-presentations is a Sphinx extension to convert documentation to Reveal.js presentations.

Installation

python -m pip install sphinxext-presentations

Usage

Add sphinxext.presentations to your extensions list in your conf.py

extensions = [
   "sphinxext.presentations",
]

Presentations will launch when ?present is appended to the url of a page. It is recommended to add a way for viewers to launch presentations without modifying the url (a button perhaps?).

Building js assets

Installing dependencies

npm install

Building js

npx webpack

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

sphinxext-presentations-0.2.2.tar.gz (42.4 kB view hashes)

Uploaded Source

Built Distribution

sphinxext_presentations-0.2.2-py3-none-any.whl (42.8 kB view hashes)

Uploaded Python 3

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