diff --git a/docs/source/template.tpl b/docs/source/template.tpl index ec46eda6c..af2561b16 100644 --- a/docs/source/template.tpl +++ b/docs/source/template.tpl @@ -2,7 +2,7 @@ {% macro notebooklink() -%} -`View the original notebook on nbviewer `__ +`View the original notebook on nbviewer `__ {%- endmacro %} @@ -17,4 +17,4 @@ {% block markdowncell scoped %} {{ cell.source | markdown2rst | replace(".ipynb>", ".html>") }} -{% endblock markdowncell %} \ No newline at end of file +{% endblock markdowncell %}