Skip to content

Commit

Permalink
Added overlapping_axes to api.md and __all__ in axis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cooljoseph1 committed Sep 6, 2024
1 parent 41a4fcf commit 00585c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Occasionally, an axis size can be inferred in some circumstances but not others.
::: haliax.axis.eliminate_axes
::: haliax.axis.without_axes
::: haliax.axis.selects_axis
::: haliax.axis.overlapping_axes
::: haliax.axis.is_axis_compatible


Expand Down
3 changes: 2 additions & 1 deletion src/haliax/axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,9 @@ def replace_missing_with_ellipsis(ax1: AxisSelection, ax2: AxisSelection) -> Par
"dslice",
"dblock",
"eliminate_axes",
"is_axis_compatible",
"intersect_axes",
"is_axis_compatible",
"overlapping_axes",
"replace_axis",
"selects_axis",
"union_axes",
Expand Down

0 comments on commit 00585c6

Please sign in to comment.