https://github.com/sphinx-contrib/slide
A Sphinx extension to embed presentation slides on Slideshare and other sites
https://github.com/sphinx-contrib/slide
Last synced: 7 days ago
JSON representation
A Sphinx extension to embed presentation slides on Slideshare and other sites
- Host: GitHub
- URL: https://github.com/sphinx-contrib/slide
- Owner: sphinx-contrib
- Created: 2017-09-28T15:02:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T17:16:22.000Z (over 3 years ago)
- Last Synced: 2025-04-07T15:01:32.345Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
slide extension README
=======================This is a sphinx extension for embedding your presentation slides.
This extension enable you to embed your slides on slideshare_ and other sites.
Following code is sample::.. slide:: https://www.slideshare.net/TakeshiKomiya/blockdiag-a-simple-diagram-generator
.. _slideshare: https://www.slideshare.net/
Setting
=======You can get archive file at https://github.com/tk0miya/sphinxcontrib-slide
Install
-------.. code-block:: console
$ pip install sphinxcontrib-slide
Configure Sphinx
----------------To enable this extension, add ``sphinxcontrib.slide`` module to extensions
option at :file:`conf.py`... code-block:: python
# Enabled extensions
extensions = ['sphinxcontrib.slide']Directive
=========``.. slide:: [URL]``
This directive insert slide interface into the generated document.
sphinxcontrib-slide supports presentations on slideshare, googledocs, speakerdeck and slides.com.Examples::
.. slide:: https://www.slideshare.net/TakeshiKomiya/blockdiag-a-simple-diagram-generator