We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a32b9 commit 3613b19Copy full SHA for 3613b19
doc/_templates/autosummary/function.rst
@@ -4,6 +4,7 @@
4
5
.. autofunction:: {{ objname }}
6
7
+.. include:: backreferences/{{ fullname }}.examples
8
9
.. raw:: html
10
doc/_templates/autosummary/method.rst
@@ -0,0 +1,11 @@
1
+{{ fullname | escape | underline }}
2
+
3
+.. currentmodule:: {{ module }}
+.. automethod:: {{ objname }}
+.. raw:: html
11
+ <div style='clear:both'></div>
0 commit comments