Show More
@@ -1,4 +1,4 b'' | |||||
1 | {%- extends 'slides.tpl' -%} |
|
1 | {%- extends 'reveal_internals/slides.tpl' -%} | |
2 |
|
2 | |||
3 |
|
3 | |||
4 | {% block header %} |
|
4 | {% block header %} |
@@ -1,4 +1,4 b'' | |||||
1 | {%- extends 'reveal_cells.tpl' -%} |
|
1 | {%- extends 'reveal_internals/reveal_cells.tpl' -%} | |
2 |
|
2 | |||
3 |
|
3 | |||
4 |
|
4 |
1 | NO CONTENT: file renamed from IPython/nbconvert/templates/reveal_cells.tpl to IPython/nbconvert/templates/reveal_internals/reveal_cells.tpl |
|
NO CONTENT: file renamed from IPython/nbconvert/templates/reveal_cells.tpl to IPython/nbconvert/templates/reveal_internals/reveal_cells.tpl |
@@ -1,4 +1,4 b'' | |||||
1 | {%- extends 'subslides.tpl' -%} |
|
1 | {%- extends 'reveal_internals/subslides.tpl' -%} | |
2 |
|
2 | |||
3 |
|
3 | |||
4 |
|
4 |
@@ -1,4 +1,4 b'' | |||||
1 | {%- extends 'align_reveal_cells.tpl' -%} |
|
1 | {%- extends 'reveal_internals/align_reveal_cells.tpl' -%} | |
2 |
|
2 | |||
3 |
|
3 | |||
4 |
|
4 |
@@ -153,7 +153,8 b' def find_package_data():' | |||||
153 | 'IPython.qt.console' : ['resources/icon/*.svg'], |
|
153 | 'IPython.qt.console' : ['resources/icon/*.svg'], | |
154 | 'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx', |
|
154 | 'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx', | |
155 | 'templates/latex/skeleton/*.tplx', 'templates/skeleton/*', |
|
155 | 'templates/latex/skeleton/*.tplx', 'templates/skeleton/*', | |
156 | 'tests/files/*.*', 'exporters/tests/files/*.*'] |
|
156 | 'templates/reveal_internals/*.tpl', 'tests/files/*.*', | |
|
157 | 'exporters/tests/files/*.*'] | |||
157 | } |
|
158 | } | |
158 | return package_data |
|
159 | return package_data | |
159 |
|
160 |
General Comments 0
You need to be logged in to leave comments.
Login now