From 436f46781e1253a65d74ff85ce5e6aa1d2e74813 Mon Sep 17 00:00:00 2001 From: Benjamin Brock Date: Thu, 20 Feb 2025 10:13:27 -0800 Subject: [PATCH 1/2] Fix two minor warnings --- spec/latest/index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/latest/index.bs b/spec/latest/index.bs index 38f38f6..9757f84 100644 --- a/spec/latest/index.bs +++ b/spec/latest/index.bs @@ -422,7 +422,7 @@ The following formats are equivalent. Parsers which support custom formats shoul } ``` -#### DMATC #### {#dmatr_format_equiv} +#### DMATC #### {#dmatc_format_equiv} ```json "custom": { @@ -851,7 +851,7 @@ The `attributes` key shall denote a dictionary of optional attributes containing keys with information about the stored matrix and the data it represents. Attributes are optional and may be ignored by a compliant parser. -### Defined Attributes +### Defined Attributes {#defined_attributes} #### number_of_diagonal_elements #### {#number_of_diagonal_elements_attributes} `number_of_diagonal_elements` shall contain an integer value corresponding to From b0621695cf69071c5542a21dff695a2e5b8d99d3 Mon Sep 17 00:00:00 2001 From: Benjamin Brock Date: Thu, 20 Feb 2025 10:17:39 -0800 Subject: [PATCH 2/2] Remove GraphBLAS group from spec doc. --- spec/latest/index.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/latest/index.bs b/spec/latest/index.bs index 9757f84..e30ffbb 100644 --- a/spec/latest/index.bs +++ b/spec/latest/index.bs @@ -4,7 +4,6 @@ Shortname: binsparse Level: 1 Status: LS-COMMIT Status: w3c/UD -Group: GraphBLAS URL: https://graphblas.org/binsparse-specification/ Repository: https://github.com/GraphBLAS/binsparse-specification Editor: Benjamin Brock, Intel