Skip to content

Commit b00867f

Browse files
author
Documenter.jl
committed
build based on 6050dcd
1 parent 0ec7f55 commit b00867f

26 files changed

+16457
-3
lines changed

stable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.1
1+
v0.3.2

v0.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.1
1+
v0.3.2

v0.3.2/api.MD

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
```@meta
2+
CurrentModule = CellArrays
3+
```
4+
5+
# API reference
6+
7+
This is the official API reference of `CellArrays`. Note that it can also be queried interactively from the [Julia REPL] using the [help mode](https://docs.julialang.org/en/v1/stdlib/REPL/#Help-mode):
8+
```julia-repl
9+
julia> using CellArrays
10+
julia>?
11+
help?> CellArrays
12+
```
13+
14+
15+
## [`CellArray`](@ref) type and basic constructors
16+
```@docs
17+
CellArray
18+
```
19+
20+
21+
## Convenience type aliases and constructors
22+
#### Index
23+
* [`CellArrays.CPUCellArray`](@ref)
24+
* [`CellArrays.CuCellArray`](@ref)
25+
* [`CellArrays.ROCCellArray`](@ref)
26+
27+
#### Documentation
28+
```@autodocs
29+
Modules = [CellArrays]
30+
Order = [:type]
31+
Filter = t -> typeof(t) !== CellArray
32+
```
33+
34+
35+
## Functions -- additional to standard `AbstractArray` functionality
36+
#### Index
37+
```@index
38+
Order = [:function]
39+
```
40+
#### Documentation
41+
```@autodocs
42+
Modules = [CellArrays]
43+
Order = [:function]
44+
```

v0.3.2/api/index.html

Lines changed: 9 additions & 0 deletions
Large diffs are not rendered by default.

v0.3.2/assets/documenter.js

Lines changed: 325 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)