Skip to content

Commit 7d72ded

Browse files
authored
fix: mkdocs Web after chore PR (#747)
1 parent 889ac33 commit 7d72ded

File tree

8 files changed

+4
-58
lines changed

8 files changed

+4
-58
lines changed

docs/_templates/autosummary/base.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/_templates/autosummary/class.rst

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/_templates/autosummary/module.rst

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/api.md

Whitespace-only changes.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dimensions.
3434
{ .card }
3535

3636
![Sparse](./assets/images/repair-fix-repairing-icon.png){width=10%, align=left}
37-
<a href="api/BACKEND/" style: class="card">API</a>
37+
<a href="api/" style: class="card">API</a>
3838
{ .card }
3939

4040
![Sparse](./assets/images/group-discussion-icon.png){width=10%, align=left}

docs/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ memory than an equivalent desne array, set the environment variable
267267
[`sparse.COO`][] and [`sparse.GCXS`][] arrays support a number of other common operations. Among them are
268268
[`sparse.dot`][], [`sparse.tensordot`][] [`sparse.einsum`][], [`sparse.concatenate`][]
269269
and [`sparse.stack`][], [`sparse.COO.transpose`][] and [`sparse.COO.reshape`][].
270-
You can view the full list on the [API reference page](../../api/BACKEND/).
270+
You can view the full list on the [API reference page](../../api/).
271271

272272
!!! note
273273

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ y = s.todense() + 5
6464
```
6565

6666
For more operations see the [operations][operators]
67-
or the [API reference page](../../api/backend).
67+
or the [API reference page](../../api/).

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ nav:
9292
- construct.md
9393
- operations.md
9494
- API:
95+
- api.md
9596
- api/*
9697
- Contributing:
9798
- contributing.md

0 commit comments

Comments
 (0)