Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit c528c7f

Browse files
committed
Update readme
1 parent 2db4780 commit c528c7f

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ status](https://github.com/BirkhoffG/explainax/actions/workflows/test.yaml/badge
88
![pypi](https://img.shields.io/pypi/v/explainax.svg) ![GitHub
99
License](https://img.shields.io/github/license/BirkhoffG/explainax.svg)
1010

11+
[**Installation**](#installation) \|
12+
[**Documentation**](https://birkhoffg.github.io/explainax/)
13+
1114
`explainax` is a JAX library for model explanation and interpretation.
1215

13-
## Quick install
16+
## Installation
1417

1518
Simply install via `pypi`:
1619

nbs/index.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"cell_type": "markdown",
1515
"metadata": {},
1616
"source": [
17-
"# Explainax: An Explainable AI Library for JAX\n"
17+
"# Explainax: An Explainable AI Library for JAX"
1818
]
1919
},
2020
{
@@ -29,7 +29,14 @@
2929
"![pypi](https://img.shields.io/pypi/v/explainax.svg) \n",
3030
"![GitHub License](https://img.shields.io/github/license/BirkhoffG/explainax.svg)\n",
3131
"\n",
32-
"\n",
32+
"[**Installation**](#installation) \\|\n",
33+
"[**Documentation**](https://birkhoffg.github.io/explainax/) \n"
34+
]
35+
},
36+
{
37+
"cell_type": "markdown",
38+
"metadata": {},
39+
"source": [
3340
"`explainax` is a JAX library for model explanation and interpretation."
3441
]
3542
},
@@ -38,7 +45,7 @@
3845
"cell_type": "markdown",
3946
"metadata": {},
4047
"source": [
41-
"## Quick install\n",
48+
"## Installation\n",
4249
"\n",
4350
"Simply install via `pypi`:\n",
4451
"\n",

0 commit comments

Comments
 (0)