summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-templating/_templates/autosummary/class.rst
diff options
context:
space:
mode:
Diffstat (limited to 'tests/roots/test-templating/_templates/autosummary/class.rst')
-rw-r--r--tests/roots/test-templating/_templates/autosummary/class.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/roots/test-templating/_templates/autosummary/class.rst b/tests/roots/test-templating/_templates/autosummary/class.rst
new file mode 100644
index 0000000..6f50564
--- /dev/null
+++ b/tests/roots/test-templating/_templates/autosummary/class.rst
@@ -0,0 +1,9 @@
+{% extends "!autosummary/class.rst" %}
+
+{% block methods %}
+
+ .. note:: autosummary/class.rst method block overloading
+ {{ sentence }}
+
+ {{ super() }}
+{% endblock %}