summaryrefslogtreecommitdiffstats
path: root/sphinx/ext/autosummary/templates/autosummary/base.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/ext/autosummary/templates/autosummary/base.rst')
-rw-r--r--sphinx/ext/autosummary/templates/autosummary/base.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sphinx/ext/autosummary/templates/autosummary/base.rst b/sphinx/ext/autosummary/templates/autosummary/base.rst
new file mode 100644
index 0000000..b7556eb
--- /dev/null
+++ b/sphinx/ext/autosummary/templates/autosummary/base.rst
@@ -0,0 +1,5 @@
+{{ fullname | escape | underline}}
+
+.. currentmodule:: {{ module }}
+
+.. auto{{ objtype }}:: {{ objname }}