Skip to content

Commit 589cda8

Browse files
committed
Merge branch 'main' of github.com:GraphBLAS/binsparse-specification into wma/links
2 parents ced7884 + 2978398 commit 589cda8

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Minutes from our meetings are available [here](https://hackmd.io/0qzK4fJlQp-78t0
55

66
## Specification
77

8-
The working version of the specification can be found under `spec/latest/index.bs`.
8+
[View Latest Spec](https://api.csswg.org/bikeshed/?url=https://raw.githubusercontent.com/GraphBLAS/binsparse-specification/main/spec/latest/index.bs)
99

1010
## Parsers
1111

@@ -19,10 +19,20 @@ Here is a table listing the current tensor frameworks that support the format:
1919

2020
### Editing
2121

22+
The working version of the specification can be found under `spec/latest/index.bs`.
23+
2224
The spec is written in [bikeshed](https://github.com/tabatkins/bikeshed) – a variant of markdown.
2325
To render the spec locally:
2426

2527
* Install bikeshed (ideally in an isolated environment): `pipx install bikeshed`
2628
* Call `bikeshed spec spec/latest/index.bs`
2729

30+
To render the spec online, see [api.csswg.org](https://api.csswg.org/bikeshed/),
31+
or use the following commands:
32+
33+
```
34+
cd binsparse-specification/spec/latest
35+
curl https://api.csswg.org/bikeshed/ -F file=@index.bs > index.html
36+
```
37+
2838
Rendered versions will generated for pull requests.

0 commit comments

Comments
 (0)