Skip to content

Commit

Permalink
Convert remaining autoclass directives to automodule (#1574)
Browse files Browse the repository at this point in the history
This is a continuation of #1554

#1510 is where we made the first change.
  • Loading branch information
Tony Tung authored Sep 24, 2019
1 parent 2dc232a commit 089a758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/api/image/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ LearnTransform can be imported using ``starfish.image.LearnTransform``, the subc
from starfish.image import LearnTransform
.. autoclass:: starfish.image.LearnTransform
.. automodule:: starfish.image.LearnTransform
:members:


Expand All @@ -55,7 +55,7 @@ ApplyTransform can be imported using ``starfish.image.ApplyTransform``, the subc
from starfish.image import ApplyTransform
.. autoclass:: starfish.image.ApplyTransform
.. automodule:: starfish.image.ApplyTransform
:members:


Expand All @@ -71,5 +71,5 @@ Segmentation can be imported using ``starfish.image.Segment``, which registers a
from starfish.image import Segment
.. autoclass:: starfish.image.Segment
.. automodule:: starfish.image.Segment
:members:

0 comments on commit 089a758

Please sign in to comment.