nbconvert_template.tpl (prophet-1.1) | : | nbconvert_template.tpl (prophet-1.1.1) | ||
---|---|---|---|---|
{%- extends 'markdown.tpl' -%} | {%- extends 'markdown/index.md.j2' -%} | |||
{%- block header -%} | {%- block header -%} | |||
--- | --- | |||
layout: docs | layout: docs | |||
docid: "{{resources['metadata']['name']}}" | docid: "{{resources['metadata']['name']}}" | |||
title: "{{resources['metadata']['name'].replace('_', ' ').title()}}" | title: "{{resources['metadata']['name'].replace('_', ' ').title()}}" | |||
permalink: /docs/{{resources['metadata']['name']}}.html | permalink: /docs/{{resources['metadata']['name']}}.html | |||
subsections: | subsections: | |||
{%- for cell in nb['cells'] if cell.cell_type == 'markdown' and '##' in cell.sou rce -%} | {%- for cell in nb['cells'] if cell.cell_type == 'markdown' and '##' in cell.sou rce -%} | |||
{% for line in cell.source.split('\n') if line.startswith('##') %} | {% for line in cell.source.split('\n') if line.startswith('##') %} | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |