File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
2224The spec is written in [ bikeshed] ( https://github.com/tabatkins/bikeshed ) – a variant of markdown.
2325To 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+
2838Rendered versions will generated for pull requests.
You can’t perform that action at this time.
0 commit comments