Skip to content

Commit 871473c

Browse files
Add links for sparse grant (#434)
1 parent 39f5abe commit 871473c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ params:
8484
- title: Sparse Arrays
8585
text: |
8686
One of our current focuses is on improving and maintaining the
87-
sparse array capabilities and inter-operability in the ecosystem.
87+
[sparse array]({{< relref "/grants/sparse_arrays/" >}}) capabilities and
88+
inter-operability in the ecosystem.
8889
- title: Community
8990
text: |
9091
Our [community efforts]({{< relref "/community" >}}) focus

content/grants/sparse_arrays/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ provide array semantics to enable straightforward interaction with sparse data.
2121
This includes the design and implementation of 1D and 2D sparse array data
2222
structures, as well as expanding on the existing scipy.sparse package.
2323

24-
Read the [full grant](../../doc/sparse-arrays-grant-2022.pdf).
24+
For more information, please see the
25+
[full grant](../../doc/sparse-arrays-grant-2022.pdf)
26+
and the [sparse data summits page]({{< relref "/summits/sparse" >}}).

0 commit comments

Comments
 (0)