File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Contributions are welcome!
160
160
[ docs-stab-img ] : https://img.shields.io/badge/docs-stable-blue.svg
161
161
[ docs-stab-url ] : https://julia-xai.github.io/XAIDocs/ExplainableAI/stable/
162
162
163
- [ docs-dev-img ] : https://img.shields.io/badge/docs-main -blue.svg
163
+ [ docs-dev-img ] : https://img.shields.io/badge/docs-dev -blue.svg
164
164
[ docs-dev-url ] : https://julia-xai.github.io/ExplainableAI.jl/dev
165
165
166
166
[ ci-img ] : https://github.com/Julia-XAI/ExplainableAI.jl/workflows/CI/badge.svg
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ CurrentModule = ExplainableAI
4
4
5
5
# ExplainableAI.jl
6
6
7
- Explainable AI in Julia.
7
+ Explainable AI methods in Julia.
8
+
9
+ !!! note
10
+ This package is part of a wider [ Julia XAI ecosystem] ( https://github.com/Julia-XAI ) .
11
+ For an introduction to this ecosystem, please refer to the
12
+ [ Getting started guide] ( https://julia-xai.github.io/XAIDocs/ ) .
8
13
9
14
## Installation
10
15
To install this package and its dependencies, open the Julia REPL and run
@@ -13,7 +18,6 @@ julia> ]add ExplainableAI
13
18
```
14
19
15
20
## Manual
16
- ### General usage
17
21
``` @contents
18
22
Pages = [
19
23
"generated/example.md",
Original file line number Diff line number Diff line change 1
1
# # [Getting started](@id docs-getting-started)
2
+
3
+ # md # !!! note
4
+ # md # This package is part of a wider [Julia XAI ecosystem](https://github.com/Julia-XAI).
5
+ # md # For an introduction to this ecosystem, please refer to the
6
+ # md # [Getting started guide](https://julia-xai.github.io/XAIDocs/).
7
+
2
8
# For this first example, we already have loaded a pre-trained LeNet5 model
3
9
# to look at explanations on the MNIST dataset.
4
10
using ExplainableAI
You can’t perform that action at this time.
0 commit comments