Skip to content

Commit 2902bc9

Browse files
committed
Add note about package extensions
1 parent 76990c1 commit 2902bc9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/src/api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ NystromFact
8989
```
9090

9191
## Conditional Utilities
92-
To keep the dependencies of KernelFunctions lean, some functionality is only available if specific other packages are explicitly loaded (`using`).
92+
To keep the dependencies of KernelFunctions lean, it uses [package extensions](https://pkgdocs.julialang.org/v1/creating-packages/#Conditional-loading-of-code-in-packages-(Extensions)) to
93+
conditionally load some code. In order to enable the following functions, load the required
94+
packages with `using`.
9395

9496
### Kronecker.jl
9597
[*https://github.com/MichielStock/Kronecker.jl*](https://github.com/MichielStock/Kronecker.jl)

0 commit comments

Comments
 (0)