Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/_templates/autosummary/class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
{% endfor %}
{% endif %}

.. include:: backreferences/{{ fullname }}.examples
.. minigallery:: {{ fullname }}
:add-heading:

.. raw:: html

Expand Down
3 changes: 2 additions & 1 deletion doc/_templates/autosummary/function.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

.. autofunction:: {{ objname }}

.. include:: backreferences/{{ fullname }}.examples
.. minigallery:: {{ fullname }}
:add-heading:

.. raw:: html

Expand Down
3 changes: 2 additions & 1 deletion doc/_templates/autosummary/method.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

.. automethod:: {{ objname }}

.. include:: backreferences/{{ fullname }}.examples
.. minigallery:: {{ fullname }}
:add-heading:

.. raw:: html

Expand Down