-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Documenter.jl
committed
Dec 23, 2024
1 parent
1592ba8
commit 11eade8
Showing
26 changed files
with
16,457 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.3.0 | ||
v0.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.3.0 | ||
v0.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
```@meta | ||
CurrentModule = CellArrays | ||
``` | ||
|
||
# API reference | ||
|
||
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): | ||
```julia-repl | ||
julia> using CellArrays | ||
julia>? | ||
help?> CellArrays | ||
``` | ||
|
||
|
||
## [`CellArray`](@ref) type and basic constructors | ||
```@docs | ||
CellArray | ||
``` | ||
|
||
|
||
## Convenience type aliases and constructors | ||
#### Index | ||
* [`CellArrays.CPUCellArray`](@ref) | ||
* [`CellArrays.CuCellArray`](@ref) | ||
* [`CellArrays.ROCCellArray`](@ref) | ||
|
||
#### Documentation | ||
```@autodocs | ||
Modules = [CellArrays] | ||
Order = [:type] | ||
Filter = t -> typeof(t) !== CellArray | ||
``` | ||
|
||
|
||
## Functions -- additional to standard `AbstractArray` functionality | ||
#### Index | ||
```@index | ||
Order = [:function] | ||
``` | ||
#### Documentation | ||
```@autodocs | ||
Modules = [CellArrays] | ||
Order = [:function] | ||
``` |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.