Skip to content

Commit

Permalink
build based on 5c1d5cb
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Dec 23, 2024
1 parent 1592ba8 commit 11eade8
Show file tree
Hide file tree
Showing 26 changed files with 16,457 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable
2 changes: 1 addition & 1 deletion v0.3
44 changes: 44 additions & 0 deletions v0.3.1/api.MD
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]
```
9 changes: 9 additions & 0 deletions v0.3.1/api/index.html

Large diffs are not rendered by default.

325 changes: 325 additions & 0 deletions v0.3.1/assets/documenter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 11eade8

Please sign in to comment.