Skip to content

Commit 5e06f39

Browse files
authored
Fix errors with most recent version of Bikeshed (#58)
* Fix two minor warnings * Remove GraphBLAS group from spec doc.
1 parent 1672f26 commit 5e06f39

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/latest/index.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Shortname: binsparse
44
Level: 1
55
Status: LS-COMMIT
66
Status: w3c/UD
7-
Group: GraphBLAS
87
URL: https://graphblas.org/binsparse-specification/
98
Repository: https://github.com/GraphBLAS/binsparse-specification
109
Editor: Benjamin Brock, Intel
@@ -422,7 +421,7 @@ The following formats are equivalent. Parsers which support custom formats shoul
422421
}
423422
```
424423

425-
#### DMATC #### {#dmatr_format_equiv}
424+
#### DMATC #### {#dmatc_format_equiv}
426425

427426
```json
428427
"custom": {
@@ -851,7 +850,7 @@ The `attributes` key shall denote a dictionary of optional attributes containing
851850
keys with information about the stored matrix and the data it represents.
852851
Attributes are optional and may be ignored by a compliant parser.
853852

854-
### Defined Attributes
853+
### Defined Attributes {#defined_attributes}
855854

856855
#### number_of_diagonal_elements #### {#number_of_diagonal_elements_attributes}
857856
`number_of_diagonal_elements` shall contain an integer value corresponding to

0 commit comments

Comments
 (0)