Skip to content

Commit

Permalink
Docs: define public API for components
Browse files Browse the repository at this point in the history
Export only the entries in __all__
  • Loading branch information
JorisVincent committed Mar 15, 2023
1 parent 398e492 commit fbf19b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions stimupy/components/__init__.py
Expand Up @@ -512,3 +512,21 @@ def overview(mask=False, save=None):

# Plotting
plot_stimuli(stims, mask=mask, save=save)


__all__ = [
image_base,
draw_regions,
mask_elements,
angulars,
checkerboards,
circulars,
edges,
frames,
gaussians,
gratings,
lines,
mondrians,
shapes,
overview,
]

0 comments on commit fbf19b4

Please sign in to comment.