Skip to content

Commit

Permalink
Merge pull request ipython#3770 from damianavila/group_reveal
Browse files Browse the repository at this point in the history
Organizing reveal's templates.
  • Loading branch information
jdfreder committed Jul 26, 2013
2 parents c0513f3 + 1797871 commit b48eed9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion IPython/nbconvert/templates/reveal.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- extends 'slides.tpl' -%}
{%- extends 'reveal_internals/slides.tpl' -%}


{% block header %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- extends 'reveal_cells.tpl' -%}
{%- extends 'reveal_internals/reveal_cells.tpl' -%}



Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- extends 'subslides.tpl' -%}
{%- extends 'reveal_internals/subslides.tpl' -%}



Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- extends 'align_reveal_cells.tpl' -%}
{%- extends 'reveal_internals/align_reveal_cells.tpl' -%}



Expand Down
3 changes: 2 additions & 1 deletion setupbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ def find_package_data():
'IPython.qt.console' : ['resources/icon/*.svg'],
'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx',
'templates/latex/skeleton/*.tplx', 'templates/skeleton/*',
'tests/files/*.*', 'exporters/tests/files/*.*']
'templates/reveal_internals/*.tpl', 'tests/files/*.*',
'exporters/tests/files/*.*']
}
return package_data

Expand Down

0 comments on commit b48eed9

Please sign in to comment.