Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork22
HTML Presentation builder for Pythonista
License
attakei/sphinx-revealjs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Sphinx extension with theme to generate Reveal.js presentation
This extension generate Reveal.js presentationfromstandard reStructuredText.
It include theses features.
- Custom builder to translate from reST to reveal.js style HTML
- Template to be enable to render presentation local independent
For more information, refer tothe documentation.
$ pip install sphinx-revealjs
Create your sphinx documentation
Edit conf.py to use this extension
extensions= ['sphinx_revealjs',]
Write source for standard document style
Build sources as Reveal.js presentation
$ make revealjs
Seeit
This is implemented based Reveal.js.I plan to update it at patch-version for catch up when new Reveal.js version released.
- If Reveal.js updated minor or patch version, sphinx-revealjs update patch version.
- If Reveal.js updated major version, sphinx-revealjs update minor version with compatible for two versions.
GitHub repository does not have reveal.js library.
If you use from GitHub and editable mode, Runtools/fetch_revealjs.py after install.
$ git clone https://github.com/attakei/sphinx-revealjs$cd sphinx-revealjs$ python tools/fetch_revealjs.pyFor more information, SeeCONTRIBUTING.rst and"contributing" page in documentation.
Apache-2.0 license. Please seeLICENSE.
About
HTML Presentation builder for Pythonista
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.