Skip to content

Commit 0b7a41f

Browse files
committed
Working doc build
1 parent 0e35207 commit 0b7a41f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ using Documenter
33

44
makedocs(;
55
modules=[ArrayInterface],
6+
sitename="ArrayInterface",
67
pages=[
78
"Home" => "index.md",
89
],

src/indexing.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,6 @@ end
7979
_layout(::IndexLinear, x::Tuple) = LinearIndices(x)
8080
_layout(::IndexCartesian, x::Tuple) = CartesianIndices(x)
8181

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-
"""
8982
abstract type ArrayStyle end
9083

9184
struct DefaultArrayStyle <: ArrayStyle end

0 commit comments

Comments
 (0)