Skip to content

Commit

Permalink
[Doc] Quick fix on the document about __init__ methods' correct prese…
Browse files Browse the repository at this point in the history
…ntation. (#116)
  • Loading branch information
TheaperDeng authored Jul 23, 2024
1 parent c88dd11 commit a0e6ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/api/algorithm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@ Attributors
=======
.. automodule:: dattri.algorithm.influence_function
:members:
:special-members: __init__
:undoc-members:
:show-inheritance:
:inherited-members:
.. autoclass:: dattri.algorithm.tracin.TracInAttributor
:members:
:special-members: __init__
:undoc-members:
:show-inheritance:
.. autoclass:: dattri.algorithm.trak.TRAKAttributor
:members:
:special-members: __init__
:undoc-members:
:show-inheritance:
.. autoclass:: dattri.algorithm.rps.RPSAttributor
:members:
:special-members: __init__
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/source/api/task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Tasks
=======
.. autoclass:: dattri.task.AttributionTask
:members:
:special-members: __init__
:undoc-members:
:show-inheritance:

0 comments on commit a0e6ecb

Please sign in to comment.