Skip to content

Commit

Permalink
call
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 11, 2024
1 parent 4cc8427 commit 01cefad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/doc/_templates/class.rst_t
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}
:exclude-members: __call__, thisown

{% block methods %}
.. automethod:: __init__
{% endblock %}


1 change: 1 addition & 0 deletions python/doc/user_manual/user_manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ Morris function
.. currentmodule:: otmorris
.. autosummary::
:toctree: _generated/
:template: class.rst_t

MorrisFunction

0 comments on commit 01cefad

Please sign in to comment.