##// END OF EJS Templates
Merge pull request #4712 from takluyver/docs-shotgun-3...
Merge pull request #4712 from takluyver/docs-shotgun-3 Various docs fixes * Tweak exclude patterns, which were accidentally excluding qt.console.frontend_widget * Added example of adding input transformers (#4709) * Tidied up and added some module docstrings, now that we're using the first line in the API index * Update the inputsplitter module docstring, which was rather out of date. * Fix some header levels introduced in #4265 * pyreadline is apparently no longer mandatory on Windows (#4544)

File last commit:

r13847:7162add1
r13973:1faf2f6e merge
Show More
subslides.tpl
14 lines | 307 B | application/vnd.groove-tool-template | SmartyLexer
damianavila
Deleting the counterpart of the dict in the templates.
r13847 {%- extends 'reveal_internals/reveal_cells.tpl' -%}
damianavila
A new implementation of reveal converter with jinja templates.
r9662
{%- block any_cell scoped -%}
{%- if cell.metadata.slide_type in ['subslide'] -%}
<section>
{%- endif -%}
damianavila
Redo of fixing templates structure.
r11770 {{ super() }}
damianavila
A new implementation of reveal converter with jinja templates.
r9662
{%- if cell.metadata.slide_helper in ['subslide_end'] -%}
</section>
{%- endif -%}
{%- endblock any_cell -%}