summaryrefslogtreecommitdiff
path: root/tests/roots/test-templating/_templates/autosummary/class.rst
blob: 7f1536173619eab72380f4383b59db0e0324ef73 (plain)
1
2
3
4
5
6
7
8
{% extends "!autosummary/class.rst" %}

{% block methods %}

   .. note:: autosummary/class.rst method block overloading

   {{ super() }}
{% endblock %}