Skip to content

Commit a8c540e

Browse files
committed
refactor: Update *.html top-level templates to extend the *.html.jinja base templates
Issue-151: #151
1 parent e6f1b9c commit a8c540e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+43
-434
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/attribute.html" %}
1+
{% extends "_base/attribute.html.jinja" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/children.html" %}
1+
{% extends "_base/children.html.jinja" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/class.html" %}
1+
{% extends "_base/class.html.jinja" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/docstring.html" %}
1+
{% extends "_base/docstring.html.jinja" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/docstring/admonition.html" %}
1+
{% extends "_base/docstring/admonition.html.jinja" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/docstring/attributes.html" %}
1+
{% extends "_base/docstring/attributes.html.jinja" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/docstring/classes.html" %}
1+
{% extends "_base/docstring/classes.html.jinja" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/docstring/examples.html" %}
1+
{% extends "_base/docstring/examples.html.jinja" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/docstring/functions.html" %}
1+
{% extends "_base/docstring/functions.html.jinja" %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% extends "_base/docstring/modules.html" %}
1+
{% extends "_base/docstring/modules.html.jinja" %}

0 commit comments

Comments
 (0)