Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

HTML Presentation builder for Pythonista

License

NotificationsYou must be signed in to change notification settings

attakei/sphinx-revealjs

Repository files navigation

Documentation Status

Sphinx extension with theme to generate Reveal.js presentation

Overview

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.

Installation

$ pip install sphinx-revealjs

Usage

  1. Create your sphinx documentation

  2. Edit conf.py to use this extension

    extensions= ['sphinx_revealjs',]
  3. Write source for standard document style

  4. Build sources as Reveal.js presentation

    $ make revealjs

Change logs

Seeit

Policy for following to Reveal.js version

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.

Contributing

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.py

For more information, SeeCONTRIBUTING.rst and"contributing" page in documentation.

Copyright

Apache-2.0 license. Please seeLICENSE.

Sponsor this project

 

Packages

No packages published

Contributors9


[8]ページ先頭

©2009-2025 Movatter.jp