-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renaming: .tplx->.tex .tpl->.j2, article.tex->index.tex
- Loading branch information
1 parent
ba2d46f
commit cc487ef
Showing
23 changed files
with
33 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% extends 'display_priority.tpl' %} | ||
{% extends 'display_priority.j2' %} | ||
|
||
|
||
{% block input %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{%- extends 'display_priority.tpl' -%} | ||
{%- extends 'display_priority.j2' -%} | ||
|
||
|
||
{% block codecell %} | ||
|
2 changes: 1 addition & 1 deletion
2
...nvert/templates/base/display_priority.tpl → ...onvert/templates/base/display_priority.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{%- extends 'null.tpl' -%} | ||
{%- extends 'null.j2' -%} | ||
|
||
{#display data priority#} | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rt/templates/latex/document_contents.tplx → ...ert/templates/latex/document_contents.tex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
((* extends 'article.tex' *)) | ||
|
||
((=- Default to the notebook output style -=)) | ||
((* if not cell_style is defined *)) | ||
((* set cell_style = 'style_jupyter.tex' *)) | ||
((* endif *)) | ||
|
||
((=- Inherit from the specified cell style. -=)) | ||
((* extends cell_style *)) | ||
|
||
|
||
%=============================================================================== | ||
% Latex Article | ||
%=============================================================================== | ||
|
||
((* block docclass *)) | ||
\documentclass[11pt]{article} | ||
((* endblock docclass *)) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% extends 'display_priority.tpl' %} | ||
{% extends 'display_priority.j2' %} | ||
|
||
|
||
{% block in_prompt %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{%- extends 'null.tpl' -%} | ||
{%- extends 'null.j2' -%} | ||
|
||
{%- block header -%} | ||
#!/usr/bin/env python | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{%- extends 'display_priority.tpl' -%} | ||
{%- extends 'display_priority.j2' -%} | ||
|
||
|
||
{% block in_prompt %} | ||
|
2 changes: 1 addition & 1 deletion
2
...ter/nbconvert/templates/script/script.tpl → ...yter/nbconvert/templates/script/script.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{%- extends 'null.tpl' -%} | ||
{%- extends 'null.j2' -%} | ||
|
||
{% block input %} | ||
{{ cell.source }} | ||
|