A sphinx theme for generate S6 presentation. #sphinxjp
Project description
S6 style presetation theme for Sphinx.
Output Sample
Features
provide s6 directive for s6 presetation slide control.
provide s6 theme for render presetation.
Setup
Make environment with easy_install:
$ easy_install sphinxjp.themes.s6
Convert Usage
setup conf.py with:
extensions = ['sphinxjp.themecore'] html_theme = 's6'
and run:
$ make html
Writing s6 directive
slide paging effect:
.. s6:: effect slide
ul elements move from (0,0) to (100,0) position in 5.0 secs:
.. s6:: actions ['ul', 'move', '5.0', [0,0],[100,0]]
set html styles to target slide:
.. s6:: styles h2: {fontSize:'150%', textAlign:'center', margin:'30% auto'}
This is a little complex example:
.. s6:: styles 'ul/li': {display:'none'} .. s6:: actions ['ul/li[0]', 'fade in', '0.3'], ['ul/li[1]', 'fade in', '0.3'], ['ul/li[2]', 'fade in', '0.3'],
Requirements
Python 2.4 or later (not support 3.x)
sphinx 1.0.x or later.
Presentation Environments
Internet Explorer 8.0
Firefox 3.6.x
Chrome / Safari
License
Licensed under the MIT license . See the LICENSE file for specific terms.
TODOS
Features
Design customize
Footer text customize
Easy writing animation setting by s6 directive.
Provide default settings: i.e. slide animation type.
Provide paging control links for touch-screen device (iPad and etc.)
Improve usability
Avoid page forwarding when click link.
Resize view-port when browser window size changed.
Bugs
no bugs, maybe.
History
0.1.3 (2011/7/6)
fixed namespace package declaration missing, thank you togakushi!
0.1.2 (2011/2/18)
include example (docs directory) again.
0.1.1 (2011/2/12)
add sample output
0.1.0 (2011/2/6)
first release
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
File details
Details for the file sphinxjp.themes.s6-0.1.3.tar.gz
.
File metadata
- Download URL: sphinxjp.themes.s6-0.1.3.tar.gz
- Upload date:
- Size: 623.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e63ee2a4274c4033cb950b81a835c32ffb13009eb31d81a11ed441389db7cb02 |
|
MD5 | 0ac2c0c1e4b1c9bb380a5826677f9ebc |
|
BLAKE2b-256 | fa75693462c2650a171149ee3af62a4c1441e3d6f87e3bc8157aee24ecda8e6f |