We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e35207 commit 0b7a41fCopy full SHA for 0b7a41f
docs/make.jl
@@ -3,6 +3,7 @@ using Documenter
3
4
makedocs(;
5
modules=[ArrayInterface],
6
+ sitename="ArrayInterface",
7
pages=[
8
"Home" => "index.md",
9
],
src/indexing.jl
@@ -79,13 +79,6 @@ end
79
_layout(::IndexLinear, x::Tuple) = LinearIndices(x)
80
_layout(::IndexCartesian, x::Tuple) = CartesianIndices(x)
81
82
-"""
83
- ArrayStyle(::Type{A})
84
-
85
-Used to customize the meaning of indexing arguments in the context of a given array `A`.
86
87
-See also: [`argdims`](@ref), [`UnsafeIndex`](@ref)
88
89
abstract type ArrayStyle end
90
91
struct DefaultArrayStyle <: ArrayStyle end
0 commit comments