We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2910b3f commit 4ce3c17Copy full SHA for 4ce3c17
docs/index.md
@@ -6,7 +6,7 @@ hide:
6
7
# Sparse
8
This project implements sparse arrays of arbitrary dimension on top of
9
-[numpy][] and
+[`numpy`][] and
10
[`scipy.sparse`][]. It generalizes the
11
[`scipy.sparse.coo_matrix`][] and
12
[`scipy.sparse.dok_matrix`][] layouts, but
@@ -30,7 +30,7 @@ dimensions.
30
{ .card }
31
32
{width=10%, align=left}
33
- <a href="construct/" class="card">How-to guides</a>
+ <a href="how-to-guides/" class="card">How-to guides</a>
34
35
36
{width=10%, align=left}
0 commit comments