Skip to content

Commit ca7ba96

Browse files
committed
Add docs to index.md
1 parent 0445857 commit ca7ba96

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/src/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ ArrayInterface.undefmatrix
7070

7171
```@docs
7272
ArrayInterface.ArrayIndex
73+
ArrayInterface.CheckIndexAll
74+
ArrayInterface.CheckIndexAxes
75+
ArrayInterface.CheckIndexFirstLast
76+
ArrayInterface.CheckIndexNone
77+
ArrayInterface.CheckIndexStyle
7378
ArrayInterface.GetIndex
7479
ArrayInterface.SetIndex!
7580
```

src/ArrayInterface.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,8 @@ import Requires
841841
end
842842
end
843843

844+
abstract type CheckIndexStyle end
845+
844846
"""
845847
ArrayInterface.CheckIndexNone
846848

0 commit comments

Comments
 (0)